]> git.pld-linux.org Git - packages/curl.git/commitdiff
- sanitize `pkg-config --libs libcurl` output
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 24 Jun 2007 17:30:03 +0000 (17:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    curl-pc.patch -> 1.1

curl-pc.patch [new file with mode: 0644]

diff --git a/curl-pc.patch b/curl-pc.patch
new file mode 100644 (file)
index 0000000..9de87bd
--- /dev/null
@@ -0,0 +1,10 @@
+--- curl-7.16.2/libcurl.pc.in.orig     2007-02-18 10:41:27.000000000 +0100
++++ curl-7.16.2/libcurl.pc.in  2007-06-24 18:31:26.367429453 +0200
+@@ -33,6 +33,6 @@
+ URL: http://curl.haxx.se/
+ Description: Library to transfer files with ftp, http, etc.
+ Version: @VERSION@
+-Libs: -L${libdir} -lcurl @LDFLAGS@ @LIBS@
++Libs: -L${libdir} -lcurl
+ Libs.private: @LIBCURL_LIBS@ @LIBS@
+ Cflags: -I${includedir}
This page took 0.040166 seconds and 4 git commands to generate.