svn commit: samba r18260 - in branches/SAMBA_4_0/source/build/smb_build: .

metze at samba.org metze at samba.org
Fri Sep 8 11:42:47 GMT 2006


Author: metze
Date: 2006-09-08 11:42:47 +0000 (Fri, 08 Sep 2006)
New Revision: 18260

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

Log:
fix the build on systems with broken readdir

this is just a short term hack

we should move the stuff from lib/replace/config.mk
into a lib/replace/samba.m4 and dynamicly generate the OBJ_FILES
list for LIBREPLACE and get rid of REPLACE_REPDIR

metze

Modified:
   branches/SAMBA_4_0/source/build/smb_build/input.pm


Changeset:
Modified: branches/SAMBA_4_0/source/build/smb_build/input.pm
===================================================================
--- branches/SAMBA_4_0/source/build/smb_build/input.pm	2006-09-08 08:47:07 UTC (rev 18259)
+++ branches/SAMBA_4_0/source/build/smb_build/input.pm	2006-09-08 11:42:47 UTC (rev 18260)
@@ -36,6 +36,7 @@
 
 	return if ($part->{NAME} eq "LIBREPLACE");
 	return if ($part->{NAME} eq "LIBREPLACE_HOSTCC");
+	return if ($part->{NAME} eq "REPLACE_READDIR");
 
 	foreach my $n (@{$part->{PRIVATE_DEPENDENCIES}}) {
 		return if ($n eq "LIBREPLACE");



More information about the samba-cvs mailing list