]> git.pld-linux.org Git - packages/apr-util.git/commitdiff
- ldap is module now, so no point by including LDAP_LIBS in --libs by default
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 17 Aug 2008 18:03:51 +0000 (18:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apr-util-config-noldap.patch -> 1.1

apr-util-config-noldap.patch [new file with mode: 0644]

diff --git a/apr-util-config-noldap.patch b/apr-util-config-noldap.patch
new file mode 100644 (file)
index 0000000..3c8e307
--- /dev/null
@@ -0,0 +1,11 @@
+--- apr-util-1.3.4/apu-config.in.orig  2008-05-23 23:27:59.000000000 +0200
++++ apr-util-1.3.4/apu-config.in       2008-08-17 19:23:05.353248691 +0200
+@@ -116,7 +116,7 @@
+     LDAP_LIBS=""
+     ;;
+     --libs)
+-    flags="$flags $LDAP_LIBS $LIBS"
++    flags="$flags $LIBS"
+     ;;
+     --ldap-libs)
+     flags="$flags $LDAP_LIBS"
This page took 0.037268 seconds and 4 git commands to generate.