diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-10-13 14:31:58 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-10-13 14:33:29 +0100 |
commit | 489a9fa814b44d59de059db45ac88a964b0034b8 (patch) | |
tree | d74ed799974863108616d93411d78525c4880a29 /mythes | |
parent | 00284aeda8b3962db7279f796d8495ff7a856aa9 (diff) |
adjust for AIX
Diffstat (limited to 'mythes')
-rw-r--r-- | mythes/makefile.mk | 2 |
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)"!="" |