From 0514a84f7e7d44eae3c7fcc85fc804af6fbfda6b Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 6 Aug 2012 18:33:35 +1000 Subject: [PATCH] Rework recursive waf build to be a selftest-enabled not a developer build This essentially reverts commit a943a9ba2f739e8aee630f774915e8204aa8cf3a. I've fixed this by making lib/param/parm_table.c honour --enable-selftest. Andrew Bartlett --- source3/Makefile-smbtorture4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/Makefile-smbtorture4 b/source3/Makefile-smbtorture4 index 4a60a58bfd0..dbc0e6dd467 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 --abi-check-disable --enable-developer) + CFLAGS='' $(WAF) configure --enable-selftest --nonshared-binary=$(SAMBA4_BINARIES) --enable-auto-reconfigure --enable-debug) .PHONY: samba4-configure -- 2.11.4.GIT