]> git.sur5r.net Git - openldap/commitdiff
ITS#5224
authorQuanah Gibson-Mount <quanah@openldap.org>
Thu, 15 Nov 2007 01:31:05 +0000 (01:31 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Thu, 15 Nov 2007 01:31:05 +0000 (01:31 +0000)
CHANGES
libraries/liblber/Makefile.in

diff --git a/CHANGES b/CHANGES
index 5e00e5ff8333e83ac75f4c47e9b1b29171fd8568..348a9491ee0d4feee121ce4a1a85354484006ef3 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,8 @@ OpenLDAP 2.4.7 Engineering
        Fixed slapo-syncprov refresh and persist cookie sending (ITS#5210)
        Fixed slapo-syncprov ignore invalid cookies (ITS#5211)
        Updated contrib addpartial module (ITS#3593)
+       Build Environment
+               Fixed liblber socket library linking (ITS#5224)
        Documentation
                Fixed grammar errors (ITS#5223)
                Refint overlay doc contribution (ITS#5217)
index dbe51598855e215c1231c7c250dec53c97482db8..3a48ad09c655c9c31a5c038d6e77e3d5f8ecef5f 100644 (file)
@@ -37,6 +37,7 @@ LDAP_LIBDIR= ../../libraries
 XLIBS = $(LIBRARY) $(LDAP_LIBLUTIL_A)
 XXLIBS = 
 NT_LINK_LIBS = $(AC_LIBS)
+UNIX_LINK_LIBS = $(AC_LIBS)
 
 dtest:    $(XLIBS) dtest.o
        $(LTLINK) -o $@ dtest.o $(LIBS)