summaryrefslogtreecommitdiff
path: root/mythes
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-10-13 14:31:58 +0100
committerCaolán McNamara <caolanm@redhat.com>2010-10-13 14:33:29 +0100
commit489a9fa814b44d59de059db45ac88a964b0034b8 (patch)
treed74ed799974863108616d93411d78525c4880a29 /mythes
parent00284aeda8b3962db7279f796d8495ff7a856aa9 (diff)
adjust for AIX
Diffstat (limited to 'mythes')
-rw-r--r--mythes/makefile.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/mythes/makefile.mk b/mythes/makefile.mk
index f373a5d16262..b1667c331d93 100644
--- a/mythes/makefile.mk
+++ b/mythes/makefile.mk
@@ -61,6 +61,8 @@ CONFIGURE_FLAGS= --disable-shared --with-pic
.IF "$(COM)"=="C52" && "$(CPU)"=="U"
LCL_CONFIGURE_CFLAGS+=-m64
+.ELIF "$(OS)"=="AIX"
+LCL_CONFIGURE_CFLAG+=-D_LINUX_SOURCE_COMPAT
.ENDIF
.IF "$(SYSBASE)"!=""