svn commit: samba r25876 - in branches/SAMBA_4_0: . source/build/m4

jelmer at samba.org jelmer at samba.org
Tue Nov 6 16:13:03 GMT 2007


Author: jelmer
Date: 2007-11-06 16:13:02 +0000 (Tue, 06 Nov 2007)
New Revision: 25876

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25876

Log:
Attempt to build shard libs everywhere again.
Modified:
   branches/SAMBA_4_0/
   branches/SAMBA_4_0/source/build/m4/check_ld.m4


Changeset:

Property changes on: branches/SAMBA_4_0
___________________________________________________________________
Name: bzr:revision-info
...skipped...
Name: bzr:revision-id:v3-trunk0
...skipped...

Modified: branches/SAMBA_4_0/source/build/m4/check_ld.m4
===================================================================
--- branches/SAMBA_4_0/source/build/m4/check_ld.m4	2007-11-06 14:51:42 UTC (rev 25875)
+++ branches/SAMBA_4_0/source/build/m4/check_ld.m4	2007-11-06 16:13:02 UTC (rev 25876)
@@ -72,30 +72,26 @@
 		SONAMEFLAG="-Wl,-soname,"
 		;;
 	*openbsd*)
-		# disabled because us4 fails to link libtorture.so
-		BLDSHARED="false"
+		BLDSHARED="true"
 		LDFLAGS="$LDFLAGS -Wl,-Bdynamic"
 		SONAMEFLAG="-Wl,-soname,"
 		;;
 	*irix*)
-		# disabled because us4 fails to link libtorture.so
-		BLDSHARED="false"
+		BLDSHARED="true"
 		SONAMEFLAG="-soname "
 		SHLD="${PROG_LD}"
 		;;
 	*aix*)
-		# disabled because us4 fails to link libtorture.so
-		BLDSHARED="false"
+		BLDSHARED="true"
 		LDFLAGS="$LDFLAGS -Wl,-brtl,-bexpall,-bbigtoc"
 		;;
 	*hpux*)
 		# Use special PIC flags for the native HP-UX compiler.
 		if test $ac_cv_prog_cc_Ae = yes; then
-			BLDSHARED="true"
 			SONAMEFLAG="-Wl,+h "
 		elif test "${GCC}" = "yes"; then
-			BLDSHARED="true" # I hope this is correct
 		fi
+		BLDSHARED="true" # I hope this is correct
 		if test "$host_cpu" = "ia64"; then
 			LDFLAGS="$LDFLAGS -Wl,-E,+b/usr/local/lib/hpux32:/usr/lib/hpux32"
 		else
@@ -103,8 +99,7 @@
 		fi
 		;;
 	*osf*)
-		# disabled because tru64 fails to link libtorture.so
-		BLDSHARED="false"
+		BLDSHARED="true"
 		SONAMEFLAG="-Wl,-soname,"
 		;;
 	*unixware*)



More information about the samba-cvs mailing list