[Fedora-directory-commits] ldapserver internal_comp_deps.mk, 1.47, 1.48

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Sat Sep 16 15:10:56 UTC 2006


Author: rmeggins

Update of /cvs/dirsec/ldapserver
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4843

Modified Files:
	internal_comp_deps.mk 
Log Message:
fix build breakage - use PERLDAP_BUILT_DIR as the location to download perl since the full DEP has two directory levels in it


Index: internal_comp_deps.mk
===================================================================
RCS file: /cvs/dirsec/ldapserver/internal_comp_deps.mk,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- internal_comp_deps.mk	15 Sep 2006 19:33:42 -0000	1.47
+++ internal_comp_deps.mk	16 Sep 2006 15:10:53 -0000	1.48
@@ -551,7 +551,7 @@
 ifdef INTERNAL_BUILD
 	$(RM) -rf $@
 	$(FTP_PULL) -method $(PERLDAP_PULL_METHOD) \
-		-objdir $(dir $@) \
+		-objdir $(PERLDAP_BUILT_DIR) \
 		-componentdir $(PERLDAP_COMPONENT_DIR) \
 		-files $(PERLDAP_FILES)
 	@if [ ! -d $@ ] ; \




More information about the Fedora-directory-commits mailing list