diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-10-13 12:54:48 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-10-13 14:34:02 +0100 |
commit | d9cee7d3f364cf68524e1ec1d1dcaa2074edcbfc (patch) | |
tree | de436c51ba80c7d37dd6d515e534bd2b1e40bf3d /berkeleydb/makefile.mk | |
parent | 4294afc5c0e50a6fc88d297b1cd3cfd531818c65 (diff) |
update libtooling and config.guess for aix 7
Diffstat (limited to 'berkeleydb/makefile.mk')
-rw-r--r-- | berkeleydb/makefile.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/berkeleydb/makefile.mk b/berkeleydb/makefile.mk index 325e8700e7a8..98d52e915da2 100644 --- a/berkeleydb/makefile.mk +++ b/berkeleydb/makefile.mk @@ -60,7 +60,9 @@ ADDITIONAL_FILES= \ .IF "$(GUI)$(COM)"=="WNTGCC" PATCH_FILES=db-4.7.25-mingw.patch .ELSE -PATCH_FILES=db-4.7.25.patch +PATCH_FILES=\ + db-4.7.25.patch \ + db-aix.patch .ENDIF # clean compiler flags |