SOURCES: pound-overquote.patch (NEW) - fix overquoting, disalowing to use C...

glen glen at pld-linux.org
Wed Dec 10 23:57:56 CET 2008


Author: glen                         Date: Wed Dec 10 22:57:56 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix overquoting, disalowing to use CC with spaces

---- Files affected:
SOURCES:
   pound-overquote.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/pound-overquote.patch
diff -u /dev/null SOURCES/pound-overquote.patch:1.1
--- /dev/null	Wed Dec 10 23:57:57 2008
+++ SOURCES/pound-overquote.patch	Wed Dec 10 23:57:51 2008
@@ -0,0 +1,11 @@
+--- Pound-2.4.3/Makefile.in~	2008-12-11 00:10:39.000000000 +0200
++++ Pound-2.4.3/Makefile.in	2008-12-11 00:10:41.226002054 +0200
+@@ -24,7 +24,7 @@
+ # Tel: +41-44-920 4904
+ # EMail: roseg at apsis.ch
+ 
+-CC="@PTHREAD_CC@"
++CC=@PTHREAD_CC@
+ VERSION="@PACKAGE_VERSION@"
+ C_SSL="@C_SSL@"
+ C_T_RSA="@C_T_RSA@"
================================================================


More information about the pld-cvs-commit mailing list