From 989ff8e43ac4f5abaa7a5a23f5c364de7eb4acea Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Tue, 26 Jun 2012 21:49:09 -0400 Subject: F17 udpates Various updates to stage 1 and 2 to build with F17 GA SRPMs --- recipe.d/0019-perl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'recipe.d/0019-perl') diff --git a/recipe.d/0019-perl b/recipe.d/0019-perl index 2505a78..2a1ebf3 100644 --- a/recipe.d/0019-perl +++ b/recipe.d/0019-perl @@ -1,6 +1,12 @@ mcd $BUILDDIR/perl cd $SRC/perl-* + sh $SRC/perl-*/Configure -des -Dprefix=/usr -DDEBUGGING=-g -Dcc=gcc -Dmyhostname=localhost -Dperladmin=root@localhost -Duseshrplib -Dusethreads -Duseithreads -Uusedtrace -Duselargefiles -Dd_semctl_semun -Di_db -Ui_ndbm -Di_gdbm -Di_shadow -Di_syslog -Dman3ext=3pm -Duseperlio -Dinstallusrbinperl=n -Ubincompat5005 -Uversiononly -Dd_gethostent_r_proto -Ud_endhostent_r_proto -Ud_sethostent_r_proto -Ud_endprotoent_r_proto -Ud_setprotoent_r_proto -Ud_endservent_r_proto -Ud_setservent_r_proto + +BUILD_BZIP2=0 +BZIP2_LIB=%{_libdir} +export BUILD_BZIP2 BZIP2_LIB + make make install -- cgit