Author: alexander Date: 2006-05-01 03:29:13 -0600 (Mon, 01 May 2006) New Revision: 1505
Modified: trunk/packages/perl/Makefile Log: Removed perl makemaker patch - LFS never accepted it Modified: trunk/packages/perl/Makefile =================================================================== --- trunk/packages/perl/Makefile 2006-05-01 09:22:46 UTC (rev 1504) +++ trunk/packages/perl/Makefile 2006-05-01 09:29:13 UTC (rev 1505) @@ -12,10 +12,6 @@ URL-$(PATCH1)= $(HTTP)/$(NM)/$(PATCH1) SHA-$(PATCH1)= b72468149c5eee6faefde7f32bb05bda6e2a1c9d -PATCH2= $(DIR)-makemaker-1.patch -URL-$(PATCH2)= http://www.linuxfromscratch.org/~alexander/patches/$(PATCH2) -SHA-$(PATCH2)= 892ba3c9304875d323e4818bfd0064311e11a5a0 - PATCH40= $(DIR)-Configure_multilib-1.patch URL-$(PATCH40)= $(HTTP)/$(NM)/$(PATCH40) SHA-$(PATCH40)= e2c53f1de5b116f75cfb6c92219012fff9494f78 @@ -26,7 +22,7 @@ include $(CROSSVARS) -STAGE2_DEPS = $(FILE) $(PATCH2) +STAGE2_DEPS = $(FILE) # Targets @@ -61,7 +57,6 @@ endif compile-stage2: - patch -Np1 -i ../$(PATCH2) ifndef CROSS ./configure.gnu --prefix=/usr \ -Dman1dir=/usr/share/man/man1 \ -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
