r22662: disable shared library support on Tru64
authorStefan Metzmacher <metze@samba.org>
Fri, 4 May 2007 09:35:01 +0000 (09:35 +0000)
committerStefan Metzmacher <metze@samba.org>
Fri, 4 May 2007 09:35:01 +0000 (09:35 +0000)
metze

source/build/m4/check_ld.m4

index f4a4c6d0ab0e78a0a1d347398a7444738d98c248..a86be25ed44be179850a88ba9800f26c37fba52e 100644 (file)
@@ -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"
                ;;