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

metze at samba.org metze at samba.org
Tue Nov 7 15:59:40 GMT 2006


Author: metze
Date: 2006-11-07 15:59:39 +0000 (Tue, 07 Nov 2006)
New Revision: 19623

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

Log:
disable building of shared libs until we have fixed them,
they all have unresolved symbols and are useless
and produce noise in the build-farm

metze
Modified:
   branches/SAMBA_4_0/source/build/m4/check_ld.m4


Changeset:
Modified: branches/SAMBA_4_0/source/build/m4/check_ld.m4
===================================================================
--- branches/SAMBA_4_0/source/build/m4/check_ld.m4	2006-11-07 15:21:18 UTC (rev 19622)
+++ branches/SAMBA_4_0/source/build/m4/check_ld.m4	2006-11-07 15:59:39 UTC (rev 19623)
@@ -186,6 +186,10 @@
 	    AC_MSG_ERROR([we cannot link with the selected cc and ld flags. Aborting configure]),
 	    AC_MSG_WARN([cannot run when cross-compiling]))
 
+
+# TODO: remove this line when our shared libs correctly link without unresolved symbols
+BLDSHARED=false
+
 USESHARED=false
 AC_SUBST(USESHARED)
 



More information about the samba-cvs mailing list