]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Rework recursive waf build to be a selftest-enabled not a developer build
authorAndrew Bartlett <abartlet@samba.org>
Mon, 6 Aug 2012 08:33:35 +0000 (18:33 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 6 Aug 2012 10:51:56 +0000 (20:51 +1000)
This essentially reverts commit a943a9ba2f739e8aee630f774915e8204aa8cf3a.

I've fixed this by making lib/param/parm_table.c honour --enable-selftest.

Andrew Bartlett

source3/Makefile-smbtorture4

index 4a60a58bfd0b17c24c5bc71c14798e63c2aae75b..dbc0e6dd467cc4e59e278fe9a2cb02ef874a44e7 100644 (file)
@@ -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