From ebc1533a2054cb1da50b9bf71c30812cd5b766b9 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 8 Sep 2006 11:42:47 +0000 Subject: r18260: 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 (This used to be commit e27a36286845b95150d06daaae8f5dcf988febd7) --- source4/build/smb_build/input.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/source4/build/smb_build/input.pm b/source4/build/smb_build/input.pm index 23f25a5854..2465caa68b 100644 --- a/source4/build/smb_build/input.pm +++ b/source4/build/smb_build/input.pm @@ -36,6 +36,7 @@ sub add_libreplace($) 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"); -- cgit