From: Stefan Metzmacher Date: Tue, 11 May 2010 14:07:19 +0000 (+0200) Subject: s3:Makefile: build smbtorture4 as static binary with socket_wrapper support X-Git-Tag: samba-3.6.0pre1~2092 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fcd5446d3cd538cd79ed308c3e60631030fe2cc;p=thirdparty%2Fsamba.git s3:Makefile: build smbtorture4 as static binary with socket_wrapper support metze --- diff --git a/source3/Makefile.in b/source3/Makefile.in index 1a4456dc277..5e63602459e 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