SOURCES (AC-branch): cyrus-imapd-quotecc.patch (NEW) - quote CC, HEAD versi...
glen
glen at pld-linux.org
Thu May 15 16:46:30 CEST 2008
Author: glen Date: Thu May 15 14:46:30 2008 GMT
Module: SOURCES Tag: AC-branch
---- Log message:
- quote CC, HEAD version already has _same_ fixes
---- Files affected:
SOURCES:
cyrus-imapd-quotecc.patch (NONE -> 1.1.2.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/cyrus-imapd-quotecc.patch
diff -u /dev/null SOURCES/cyrus-imapd-quotecc.patch:1.1.2.1
--- /dev/null Thu May 15 16:46:30 2008
+++ SOURCES/cyrus-imapd-quotecc.patch Thu May 15 16:46:25 2008
@@ -0,0 +1,22 @@
+--- cyrus-imapd-2.2.12/tools/config2header~ 2008-05-15 17:26:55.000000000 +0300
++++ cyrus-imapd-2.2.12/tools/config2header 2008-05-15 17:26:57.179137629 +0300
+@@ -69,7 +69,7 @@
+ # Look for CC=xxx "assigments" in the argument list.
+ #
+ while ($#ARGV >= 0) {
+- last unless ($ARGV[0] =~ m/^(\S+)=(\S+)$/);
++ last unless ($ARGV[0] =~ m/^(\S+)=(.+)$/);
+ eval "\$$1='$2';";
+ die "$@" if ($@);
+ shift @ARGV;
+--- cyrus-imapd-2.2.12/lib/Makefile.in~ 2008-05-15 17:27:11.000000000 +0300
++++ cyrus-imapd-2.2.12/lib/Makefile.in 2008-05-15 17:27:12.704034486 +0300
+@@ -131,7 +131,7 @@
+ $(LIBTOOL) --mode=link $(CC) -o libcyrus_min.la $(LIBCYRM_OBJS) @IMAP_COM_ERR_LIBS@ -rpath $(libdir)
+
+ imapopts.c: imapoptions $(srcdir)/../tools/config2header
+- $(srcdir)/../tools/config2header CC=$(CC) $(srcdir)/imapopts.c $(srcdir)/imapopts.h < $(srcdir)/imapoptions
++ $(srcdir)/../tools/config2header CC="$(CC)" $(srcdir)/imapopts.c $(srcdir)/imapopts.h < $(srcdir)/imapoptions
+
+ imapopts.h: imapopts.c
+
================================================================
More information about the pld-cvs-commit
mailing list