From a943a9ba2f739e8aee630f774915e8204aa8cf3a Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 27 Jul 2012 08:53:54 +1000 Subject: [PATCH] s3-build: Make recursive waf build a developer build again (to build developer test facilities) My commit f446506608ba93303b9c671bdaacd692f72bad28 was to work around the automatic ABI check in the waf developer build. However, now that the validity of loadparm options depends on this being a developer build, we need to change back, but disable the ABI check. Andrew Bartlett --- source3/Makefile-smbtorture4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/Makefile-smbtorture4 b/source3/Makefile-smbtorture4 index faf9719cc41..4a60a58bfd0 100644 --- a/source3/Makefile-smbtorture4 +++ b/source3/Makefile-smbtorture4 @@ -6,7 +6,7 @@ SAMBA4_BINARIES="smbtorture,ndrdump" samba4-configure: @(cd .. && \ CFLAGS='' $(WAF) reconfigure || \ - CFLAGS='' $(WAF) configure --enable-socket-wrapper --enable-nss-wrapper --enable-uid-wrapper --nonshared-binary=$(SAMBA4_BINARIES) --enable-auto-reconfigure --enable-debug) + CFLAGS='' $(WAF) configure --enable-socket-wrapper --enable-nss-wrapper --enable-uid-wrapper --nonshared-binary=$(SAMBA4_BINARIES) --enable-auto-reconfigure --abi-check-disable --enable-developer) .PHONY: samba4-configure -- 2.11.4.GIT