svn commit: samba r19678 - in branches/SAMBA_4_0/source: build/smb_build lib/charset utils

jelmer at samba.org jelmer at samba.org
Sun Nov 12 03:26:13 GMT 2006


Author: jelmer
Date: 2006-11-12 03:26:11 +0000 (Sun, 12 Nov 2006)
New Revision: 19678

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

Log:
Fix the build for now (ugly hack because of circular dependencies)

Modified:
   branches/SAMBA_4_0/source/build/smb_build/config_mk.pm
   branches/SAMBA_4_0/source/lib/charset/config.mk
   branches/SAMBA_4_0/source/utils/config.mk


Changeset:
Modified: branches/SAMBA_4_0/source/build/smb_build/config_mk.pm
===================================================================
--- branches/SAMBA_4_0/source/build/smb_build/config_mk.pm	2006-11-12 02:55:34 UTC (rev 19677)
+++ branches/SAMBA_4_0/source/build/smb_build/config_mk.pm	2006-11-12 03:26:11 UTC (rev 19678)
@@ -76,6 +76,7 @@
 		"PUBLIC_HEADERS"	=> "list", 
 
 		"CFLAGS"		=> "list",
+		"LDFLAGS"		=> "list",
 		"STANDARD_VISIBILITY"	=> "string",
 
 		"USE_HOSTCC"		=> "bool"

Modified: branches/SAMBA_4_0/source/lib/charset/config.mk
===================================================================
--- branches/SAMBA_4_0/source/lib/charset/config.mk	2006-11-12 02:55:34 UTC (rev 19677)
+++ branches/SAMBA_4_0/source/lib/charset/config.mk	2006-11-12 03:26:11 UTC (rev 19678)
@@ -9,5 +9,6 @@
 PUBLIC_PROTO_HEADER = charset_proto.h
 PUBLIC_DEPENDENCIES = ICONV
 PRIVATE_DEPENDENCIES = DYNCONFIG
+LDFLAGS = -lsamba-config -lsamba-util
 # End SUBSYSTEM CHARSET
 ################################################

Modified: branches/SAMBA_4_0/source/utils/config.mk
===================================================================
--- branches/SAMBA_4_0/source/utils/config.mk	2006-11-12 02:55:34 UTC (rev 19677)
+++ branches/SAMBA_4_0/source/utils/config.mk	2006-11-12 03:26:11 UTC (rev 19678)
@@ -50,6 +50,7 @@
 		LIBSAMBA-UTIL \
 		NDR_XATTR \
 		WRAP_XATTR
+
 # End BINARY getntacl
 #################################
 



More information about the samba-cvs mailing list