From edb1012536e46a1d2f022ef0f369ecc2cae733a2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B6rn=20Jacke?= Date: Sun, 18 Oct 2020 16:24:08 +0200 Subject: [PATCH] replace: define BOOL_DEFINED to fix header yp_prot header check on Solaris Signed-off-by: Bjoern Jacke Reviewed-by: Andrew Bartlett --- lib/replace/wscript | 1 + 1 file changed, 1 insertion(+) 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) -- 2.47.3