Fix linking on AIX with gcc.
This commit is contained in:
parent
29fd715fd0
commit
0091cb0281
2
configure
vendored
2
configure
vendored
@ -252,6 +252,8 @@ if test "$gcc" -eq 1 && ($cc -c $test.c) >> configure.log 2>&1; then
|
|||||||
shared_ext='.sl'
|
shared_ext='.sl'
|
||||||
SHAREDLIB='libz.sl' ;;
|
SHAREDLIB='libz.sl' ;;
|
||||||
esac ;;
|
esac ;;
|
||||||
|
AIX*)
|
||||||
|
LDFLAGS="${LDFLAGS} -Wl,-brtl" ;;
|
||||||
Darwin* | darwin* | *-darwin*)
|
Darwin* | darwin* | *-darwin*)
|
||||||
shared_ext='.dylib'
|
shared_ext='.dylib'
|
||||||
SHAREDLIB=libz$shared_ext
|
SHAREDLIB=libz$shared_ext
|
||||||
|
Loading…
Reference in New Issue
Block a user