aboutsummaryrefslogtreecommitdiff
path: root/src/template/hpux
diff options
context:
space:
mode:
Diffstat (limited to 'src/template/hpux')
-rw-r--r--src/template/hpux6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/template/hpux b/src/template/hpux
index 4db8f44eba1..34a5e861442 100644
--- a/src/template/hpux
+++ b/src/template/hpux
@@ -1,6 +1,8 @@
if test "$GCC" = yes ; then
- CFLAGS=-O2
+ CPPFLAGS="-D_XOPEN_SOURCE_EXTENDED"
+ CFLAGS="-O2"
else
CC="$CC -Ae"
- CFLAGS=+O2
+ CPPFLAGS="-D_XOPEN_SOURCE_EXTENDED"
+ CFLAGS="+O2"
fi