]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
aix shared library build 6675/head
authorRohan Mars <code@rohanmars.com>
Wed, 25 Nov 2015 23:30:31 +0000 (18:30 -0500)
committerRohan Mars <code@rohanmars.com>
Wed, 25 Nov 2015 23:30:31 +0000 (18:30 -0500)
Signed-off-by: Rohan Mars <code@rohanmars.com>
README.aix
src/Makefile-env.am

index 84744cb98500ce5100322adf7e4b3969d6045eac..611941339726e96fb34c24cf5821b620ec06a0e7 100644 (file)
@@ -91,6 +91,10 @@ Building Ceph
        export CXXFLAGS="-I/opt/freeware/include -I<pathtoboost>/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
index 0ba648787e94f896d239cc685475e4e3d3d3bcd8..199d90a6892e9f1c650c0c15e4267e85a4ede0f5 100644 (file)
@@ -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