From: Rohan Mars Date: Wed, 25 Nov 2015 23:30:31 +0000 (-0500) Subject: aix shared library build X-Git-Tag: v10.0.2~185^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F6675%2Fhead;p=ceph.git aix shared library build Signed-off-by: Rohan Mars --- diff --git a/README.aix b/README.aix index 84744cb98500..611941339726 100644 --- a/README.aix +++ b/README.aix @@ -91,6 +91,10 @@ Building Ceph export CXXFLAGS="-I/opt/freeware/include -I/boost_1_59_0" ./autogen.sh + Then manually modify the config.guess + - *:AIX:*:[456]) + + *:AIX:*:[4567]) + ./configure --disable-server --without-fuse --without-tcmalloc --without-libatomic-ops --without-libaio --without-libxfs cd src gmake librados.la diff --git a/src/Makefile-env.am b/src/Makefile-env.am index 0ba648787e94..199d90a6892e 100644 --- a/src/Makefile-env.am +++ b/src/Makefile-env.am @@ -156,7 +156,7 @@ if LINUX AM_LDFLAGS += -Wl,--as-needed $(HARDENING_LDFLAGS) endif if AIX -AM_LDFLAGS += -Wl,-brtl -Wl,-bexpfull +AM_LDFLAGS += -Wl,-brtl endif if USE_BOOST_SPIRIT_OLD_HDR