From 8bb7d0571c15100948e237696543ba8439179392 Mon Sep 17 00:00:00 2001 From: Sam Liddicott Date: Wed, 26 Nov 2008 15:24:22 +0000 Subject: [PATCH] Use new --without-ext-lib-LIBLDB configure --- packaging4/RPM/samba.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packaging4/RPM/samba.spec b/packaging4/RPM/samba.spec index 5860f4ed444..9e97be64ad8 100644 --- a/packaging4/RPM/samba.spec +++ b/packaging4/RPM/samba.spec @@ -141,7 +141,8 @@ test -r ./configure || ./autogen.sh --sysconfdir=%{_sysconfdir} \ --with-winbindd-socket-dir=/var/run/winbind \ --with-ntp-signd-socket-dir=/var/run/ntp_signd \ - --disable-gnutls + --disable-gnutls \ + --without-ext-lib-LIBLDB #Build PIDL for installation into vendor directories before 'make proto' gets to it (cd pidl && %{__perl} Makefile.PL INSTALLDIRS=vendor ) -- 2.11.4.GIT