diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-04-16 14:57:14 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-04-16 14:57:14 +0000 |
commit | 84e2fbf17cf91486c22b39ed8b11f7ba148d6fab (patch) | |
tree | 25b660ce333ce8eb338d1e586f6c65e747eb7f2d /source3 | |
parent | 8911258e7ef77a8af15623a865f68ea349660d6b (diff) | |
download | samba-84e2fbf17cf91486c22b39ed8b11f7ba148d6fab.tar.gz samba-84e2fbf17cf91486c22b39ed8b11f7ba148d6fab.tar.bz2 samba-84e2fbf17cf91486c22b39ed8b11f7ba148d6fab.zip |
Add -berok to LDSHFLAGS on AIX so modules build on AIX 5 (reported
by Stephen D. Roylance)
(This used to be commit 502f332345db88c9ff474e84f22080d99dc6c771)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in index 555cc06fc3..a8049345ca 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -996,7 +996,7 @@ if test "$enable_shared" = "yes"; then ;; *aix*) AC_DEFINE(AIX,1,[Whether the host os is aix]) BLDSHARED="true" - LDSHFLAGS="-Wl,-bexpall,-bM:SRE,-bnoentry" + LDSHFLAGS="-Wl,-bexpall,-bM:SRE,-bnoentry,-berok" DYNEXP="-Wl,-brtl,-bexpall" PICFLAG="-O2" if test "${GCC}" != "yes"; then |