From 71270d5e1c26a3f8c55b7f32e23cbd6b0b36c886 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 17 Apr 2007 13:58:57 +0000 Subject: r22308: disabled shared libraries on aix and openbsd until we can link libtorture.so and libntvfs.so there metze (This used to be commit 9e6ed9ed0fd2b65c87d5bcfd99f88fe035c6c362) --- source4/build/m4/check_ld.m4 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source4/build/m4/check_ld.m4 b/source4/build/m4/check_ld.m4 index 5d82359ac0..f4a4c6d0ab 100644 --- a/source4/build/m4/check_ld.m4 +++ b/source4/build/m4/check_ld.m4 @@ -89,7 +89,8 @@ case "$host_os" in PICFLAG="-fPIC -DPIC" ;; *openbsd*) - BLDSHARED="true" + # disabled because us4 fails to link libtorture.so + BLDSHARED="false" LDFLAGS="$LDFLAGS -Wl,-Bdynamic" SONAMEFLAG="-Wl,-soname," PICFLAG="-fPIC" @@ -107,7 +108,8 @@ case "$host_os" in fi ;; *aix*) - BLDSHARED="true" + # disabled because us4 fails to link libtorture.so + BLDSHARED="false" SHLD_FLAGS="-Wl,-G,-bexpall,-bbigtoc" LDFLAGS="$LDFLAGS -Wl,-brtl,-bexpall,-bbigtoc" # as AIX code is always position independent... -- cgit