]> git.pld-linux.org Git - packages/pound.git/commitdiff
- fix overquoting, disalowing to use CC with spaces
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 10 Dec 2008 22:57:51 +0000 (22:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pound-overquote.patch -> 1.1

pound-overquote.patch [new file with mode: 0644]

diff --git a/pound-overquote.patch b/pound-overquote.patch
new file mode 100644 (file)
index 0000000..acd7cdb
--- /dev/null
@@ -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@apsis.ch
+-CC="@PTHREAD_CC@"
++CC=@PTHREAD_CC@
+ VERSION="@PACKAGE_VERSION@"
+ C_SSL="@C_SSL@"
+ C_T_RSA="@C_T_RSA@"
This page took 0.137956 seconds and 4 git commands to generate.