This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

libcurl.la problem


And the first job for our new maintainer:

/usr/lib/libcurl.la has two wrong (mingw) dependencies.
Attached patch is needed for all who want to build
a shared lib with -lcurl

--- /usr/lib/libcurl.la~	2004-03-22 17:56:51.001000000 +0200
+++ /usr/lib/libcurl.la	2004-09-28 21:28:48.546206400 +0200
@@ -14,7 +14,7 @@
 old_library='libcurl.a'
 
 # Libraries that this one depends upon.
-dependency_libs=' -lssl -lcrypto -lgdi32 -lwinmm -lz'
+dependency_libs=' -lssl -lcrypto -lz'
 
 # Version information for libcurl.
 current=2

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]