From: Björn Jacke Date: Sun, 18 Oct 2020 14:24:08 +0000 (+0200) Subject: replace: define BOOL_DEFINED to fix header yp_prot header check on Solaris X-Git-Tag: talloc-2.3.2~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=edb1012536e46a1d2f022ef0f369ecc2cae733a2;p=thirdparty%2Fsamba.git replace: define BOOL_DEFINED to fix header yp_prot header check on Solaris Signed-off-by: Bjoern Jacke Reviewed-by: Andrew Bartlett --- diff --git a/lib/replace/wscript b/lib/replace/wscript index cb8b1db649f..2c856b61a0f 100644 --- a/lib/replace/wscript +++ b/lib/replace/wscript @@ -31,6 +31,7 @@ def configure(conf): conf.env.standalone_replace = conf.IN_LAUNCH_DIR() + conf.DEFINE('BOOL_DEFINED', 1) conf.DEFINE('HAVE_LIBREPLACE', 1) conf.DEFINE('LIBREPLACE_NETWORK_CHECKS', 1)