SOURCES: libproxy-asneeded.patch (NEW) - fixes build with -Wl, --as-needed (...

megabajt megabajt at pld-linux.org
Thu Feb 19 10:58:32 CET 2009


Author: megabajt                     Date: Thu Feb 19 09:58:32 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fixes build with -Wl,--as-needed (from upstream)

---- Files affected:
SOURCES:
   libproxy-asneeded.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/libproxy-asneeded.patch
diff -u /dev/null SOURCES/libproxy-asneeded.patch:1.1
--- /dev/null	Thu Feb 19 10:58:33 2009
+++ SOURCES/libproxy-asneeded.patch	Thu Feb 19 10:58:27 2009
@@ -0,0 +1,11 @@
+diff -urN libproxy-0.2.3/configure.ac libproxy-0.2.3.new/configure.ac
+--- libproxy-0.2.3/configure.ac	2008-06-05 22:56:16.000000000 +0200
++++ libproxy-0.2.3.new/configure.ac	2009-02-18 23:07:03.000000000 +0100
+@@ -180,6 +180,7 @@
+ 
+ ### Checks for library functions.
+ AC_FUNC_MALLOC
++AC_SEARCH_LIBS([dlopen], [dl])
+ #AC_CHECK_FUNCS([gethostbyname gethostname memset socket strdup strstr])
+ 
+ AC_CONFIG_FILES([libproxy-1.0.pc Makefile src/Makefile src/lib/Makefile
================================================================


More information about the pld-cvs-commit mailing list