Signed-off-by: Rohan Mars <code@rohanmars.com>
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
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