diff options
-rw-r--r-- | source4/build/m4/check_ld.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/build/m4/check_ld.m4 b/source4/build/m4/check_ld.m4 index f4a4c6d0ab..a86be25ed4 100644 --- a/source4/build/m4/check_ld.m4 +++ b/source4/build/m4/check_ld.m4 @@ -135,7 +135,8 @@ case "$host_os" in fi ;; *osf*) - BLDSHARED="true" + # disabled because tru64 fails to link libtorture.so + BLDSHARED="false" SONAMEFLAG="-Wl,-soname," PICFLAG="-fPIC" ;; |