]> git.pld-linux.org Git - packages/libproxy.git/commitdiff
- fixes build with -Wl,--as-needed (from upstream)
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Thu, 19 Feb 2009 09:58:27 +0000 (09:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libproxy-asneeded.patch -> 1.1

libproxy-asneeded.patch [new file with mode: 0644]

diff --git a/libproxy-asneeded.patch b/libproxy-asneeded.patch
new file mode 100644 (file)
index 0000000..b12a16a
--- /dev/null
@@ -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
This page took 0.128635 seconds and 4 git commands to generate.