[Pkg-samba-maint] r3497 - branches/ldb/experimental/debian
jelmer at alioth.debian.org
jelmer at alioth.debian.org
Sun May 23 16:21:13 UTC 2010
Author: jelmer
Date: 2010-05-23 16:21:08 +0000 (Sun, 23 May 2010)
New Revision: 3497
Modified:
branches/ldb/experimental/debian/rules
Log:
Prohibit building with included libraries.
Modified: branches/ldb/experimental/debian/rules
===================================================================
--- branches/ldb/experimental/debian/rules 2010-05-23 16:21:02 UTC (rev 3496)
+++ branches/ldb/experimental/debian/rules 2010-05-23 16:21:08 UTC (rev 3497)
@@ -14,7 +14,8 @@
configure-stamp:
dh_testdir
./autogen-waf.sh
- PYTHON=`which python` PYTHON_CONFIG=`which python-config` CFLAGS="$(CFLAGS)" ./configure --prefix=/usr --disable-rpath --disable-rpath-install
+ PYTHON=`which python` PYTHON_CONFIG=`which python-config` CFLAGS="$(CFLAGS)" ./configure --prefix=/usr --disable-rpath --disable-rpath-install \
+ --bundled-libraries=NONE
touch configure-stamp
get-orig-source:
More information about the Pkg-samba-maint
mailing list