SOURCES (AC-branch): openldap-link.patch (NEW) - link libldap_r with -lpthr...
glen
glen at pld-linux.org
Sun Nov 9 19:20:04 CET 2008
Author: glen Date: Sun Nov 9 18:20:04 2008 GMT
Module: SOURCES Tag: AC-branch
---- Log message:
- link libldap_r with -lpthread (for wine configure check to succeed)
---- Files affected:
SOURCES:
openldap-link.patch (NONE -> 1.1.2.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/openldap-link.patch
diff -u /dev/null SOURCES/openldap-link.patch:1.1.2.1
--- /dev/null Sun Nov 9 19:20:04 2008
+++ SOURCES/openldap-link.patch Sun Nov 9 19:19:58 2008
@@ -0,0 +1,11 @@
+--- openldap-2.3.43/libraries/libldap_r/Makefile.in~ 2008-11-09 19:55:31.000000000 +0200
++++ openldap-2.3.43/libraries/libldap_r/Makefile.in 2008-11-09 20:00:26.770084595 +0200
+@@ -56,7 +56,7 @@
+ XXLIBS = $(SECURITY_LIBS) $(LUTIL_LIBS)
+ XXXLIBS = $(LTHREAD_LIBS)
+ NT_LINK_LIBS = $(LDAP_LIBLBER_LA) $(AC_LIBS) $(SECURITY_LIBS)
+-UNIX_LINK_LIBS = $(LDAP_LIBLBER_LA) $(AC_LIBS) $(SECURITY_LIBS)
++UNIX_LINK_LIBS = $(LDAP_LIBLBER_LA) $(AC_LIBS) $(SECURITY_LIBS) $(LTHREAD_LIBS)
+
+ .links : Makefile
+ @for i in $(XXSRCS); do \
================================================================
More information about the pld-cvs-commit
mailing list