Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
build: fix SunOS and AIX build with autotools
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Mar 12, 2014
1 parent bbcc0c9 commit 102621a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile.am
Expand Up @@ -219,6 +219,13 @@ test_run_tests_SOURCES += test/runner-unix.c \
test/runner-unix.h
endif

if AIX
test_run_tests_CFLAGS += -D_ALL_SOURCE -D_XOPEN_SOURCE=500
endif

if SUNOS
test_run_tests_CFLAGS += -D__EXTENSIONS__ -D_XOPEN_SOURCE=500
endif


if AIX
Expand Down

0 comments on commit 102621a

Please sign in to comment.