summaryrefslogtreecommitdiff
path: root/libcurl.pc.in
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-11-17 18:11:06 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-11-17 18:11:06 +0000
commit4c8adc8fee5e55754da3d8f8d982733a7bf3dece (patch)
tree3f311f5ba9a5c28359ee62c2f4d063b531e1d513 /libcurl.pc.in
parent69ac7b0cf88b202da0a770a12fa210f2441e35d0 (diff)
downloadcurl-4c8adc8fee5e55754da3d8f8d982733a7bf3dece.tar.gz
- Marc Kleine-Budde fixed: curl saved the LDFLAGS set during configure into
its pkg-config file. So -Wl stuff ended up in the .pc file, which is really bad, and breaks if there are multiple -Wl in our LDFLAGS (which are in PTXdist). bug #2893592 (http://curl.haxx.se/bug/view.cgi?id=2893592)
Diffstat (limited to 'libcurl.pc.in')
-rw-r--r--libcurl.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcurl.pc.in b/libcurl.pc.in
index eaf853781..80fb8f9d5 100644
--- a/libcurl.pc.in
+++ b/libcurl.pc.in
@@ -35,6 +35,6 @@ Name: libcurl
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@
Libs.private: @LIBCURL_LIBS@ @LIBS@
Cflags: -I${includedir}