From: Andrew Bartlett Date: Fri, 20 Jun 2008 08:22:15 +0000 (+1000) Subject: Depend on NDR_DRSBLOBS explicity. X-Git-Tag: samba-4.0.0alpha5~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fcb39594b07c7b7a11985711a912b7a4d629ae7;p=thirdparty%2Fsamba.git Depend on NDR_DRSBLOBS explicity. Something else ensures this links correctly (for the moment) but for the long-term let's declare our depenency (for the prefixMap stuff) here. Andrew Bartlett --- diff --git a/source/lib/ldb-samba/config.mk b/source/lib/ldb-samba/config.mk index 84007f3833a..cdec317d1f8 100644 --- a/source/lib/ldb-samba/config.mk +++ b/source/lib/ldb-samba/config.mk @@ -2,7 +2,7 @@ # Start SUBSYSTEM LDBSAMBA [SUBSYSTEM::LDBSAMBA] PUBLIC_DEPENDENCIES = LIBLDB -PRIVATE_DEPENDENCIES = LIBSECURITY SAMDB_SCHEMA LIBNDR NDR_MISC +PRIVATE_DEPENDENCIES = LIBSECURITY SAMDB_SCHEMA LIBNDR NDR_MISC NDR_DRSBLOBS # End SUBSYSTEM LDBSAMBA ################################################