From 95cbff76d6b88174806205fe6a1ad4a91c8d92c6 Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Thu, 28 Oct 2010 12:09:29 +0400 Subject: [PATCH] build: Add XPG6 otherwise we have a configure pb on sun Solaris --- buildtools/wafsamba/wscript | 1 + 1 file changed, 1 insertion(+) diff --git a/buildtools/wafsamba/wscript b/buildtools/wafsamba/wscript index f134c07b11d..4c9c3e79187 100644 --- a/buildtools/wafsamba/wscript +++ b/buildtools/wafsamba/wscript @@ -267,6 +267,7 @@ def configure(conf): # define even during the tests otherwise detection of # boolean is broken conf.DEFINE('_STDC_C99', 1, add_to_cflags=True) + conf.DEFINE('_XPG6', 1, add_to_cflags=True) else: conf.ADD_CFLAGS('-fPIC', testflags=True) -- 2.34.1