svn commit: samba r17770 - in branches/SAMBA_4_0/source/lib/ldb: .

tridge at samba.org tridge at samba.org
Thu Aug 24 06:13:11 GMT 2006


Author: tridge
Date: 2006-08-24 06:13:11 +0000 (Thu, 24 Aug 2006)
New Revision: 17770

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17770

Log:

don't force -L/usr/lib, it breaks us4

Modified:
   branches/SAMBA_4_0/source/lib/ldb/configure.in


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/configure.in
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/configure.in	2006-08-24 06:04:12 UTC (rev 17769)
+++ branches/SAMBA_4_0/source/lib/ldb/configure.in	2006-08-24 06:13:11 UTC (rev 17770)
@@ -53,7 +53,7 @@
 
 sinclude(ldap.m4)
 if test x"$with_ldap_support" = x"yes"; then
-   LIBS="$LIBS -L/usr/lib -llber -lldap"
+   LIBS="$LIBS -llber -lldap"
    CFLAGS="$CFLAGS -DHAVE_LDAP=1"
    EXTRA_OBJ="$EXTRA_OBJ ldb_ldap/ldb_ldap.o"
    TESTS="$TESTS test-ldap.sh"
@@ -61,7 +61,7 @@
 
 sinclude(sqlite3.m4)
 if test x"$with_sqlite3_support" = x"yes"; then
-   LIBS="$LIBS -L/usr/lib -lsqlite3"
+   LIBS="$LIBS -lsqlite3"
    CFLAGS="$CFLAGS -DHAVE_SQLITE3=1"
    EXTRA_OBJ="$EXTRA_OBJ ldb_sqlite3/ldb_sqlite3.o"
    TESTS="$TESTS test-sqlite3.sh"



More information about the samba-cvs mailing list