From 4fcd5446d3cd538cd79ed308c3e60631030fe2cc Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 11 May 2010 16:07:19 +0200 Subject: s3:Makefile: build smbtorture4 as static binary with socket_wrapper support metze --- source3/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/Makefile.in b/source3/Makefile.in index 1a4456dc27..5e63602459 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -3218,7 +3218,8 @@ clean_libnetapi_examples: cd ../source4 && ./autogen.sh samba4-configure: ../source4/configure - @$(MAKE) -C ../source4 reconfigure || ( cd ../source4 && ./configure --enable-auto-reconfigure ) + @$(MAKE) -C ../source4 reconfigure || ( cd ../source4 && \ + ./configure.developer --nonshared-binary=smbtorture --enable-auto-reconfigure ) .PHONY: samba4-configure -- cgit