From 91ec102fb99853ddfd854efa54bbd0862d34e2e7 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 4 May 2007 09:35:01 +0000 Subject: r22662: disable shared library support on Tru64 metze (This used to be commit 75d5155cd33096aea0dc31dfa596769eb923299d) --- source4/build/m4/check_ld.m4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/build/m4') 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" ;; -- cgit