mirror of
https://github.com/ceph/ceph
synced 2025-03-25 11:48:05 +00:00
aix shared library build
Signed-off-by: Rohan Mars <code@rohanmars.com>
This commit is contained in:
parent
8789eb9d49
commit
b96c7e6383
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user