From 95cbff76d6b88174806205fe6a1ad4a91c8d92c6 Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Thu, 28 Oct 2010 12:09:29 +0400 Subject: build: Add XPG6 otherwise we have a configure pb on sun Solaris --- buildtools/wafsamba/wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'buildtools/wafsamba/wscript') diff --git a/buildtools/wafsamba/wscript b/buildtools/wafsamba/wscript index f134c07b11..4c9c3e7918 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) -- cgit