cURL / Mailing Lists / curl-library / Single Mail

curl-library

pkgconfig and libs

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Tue, 31 Oct 2006 23:09:23 +0100 (CET)

Hey

I noticed this little patch in Redhat's bugtracker[*] for curl and I wanted to
hear if there's someone who knows about or use pkgconfig that can comment on
its merits:

--- curl-7.16.0/libcurl.pc.in.LIBS_PRIVATE 2004-12-11 12:46:40.000000000
-0600
+++ curl-7.16.0/libcurl.pc.in 2006-10-31 10:05:30.000000000 -0600
@@ -6,5 +6,6 @@
  Name: libcurl
  Description: Library to transfer files with ftp, http, etc.
  Version: @VERSION@
-Libs: -L${libdir} -lcurl @LDFLAGS@ @LIBS@
+Libs: -L${libdir} -lcurl
+Libs.private: @LDFLAGS@ @LIBS@
  Cflags: -I${includedir}

[*] = https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=213278

-- 
  Commercial curl and libcurl Technical Support: http://haxx.se/curl.html
Received on 2006-10-31