summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAl Stone <ahs3@redhat.com>2012-11-19 18:51:14 -0700
committerAl Stone <ahs3@redhat.com>2012-11-19 18:51:14 -0700
commitd72289626e15171ee4125d1ad9776d8e728027dd (patch)
treed575c4dfbda06fc2d2ff065d88d9b8dc6f81d2ce
parent862d4ddba9a4961e6ffb66c53c843a91eb4fc4c6 (diff)
parent79320b9786d52f983cceaf11e2125bc561b10fa5 (diff)
downloadbootstrap.git.DONOTUSE-d72289626e15171ee4125d1ad9776d8e728027dd.tar.gz
bootstrap.git.DONOTUSE-d72289626e15171ee4125d1ad9776d8e728027dd.tar.xz
bootstrap.git.DONOTUSE-d72289626e15171ee4125d1ad9776d8e728027dd.zip
Merge branch 'aarch64-ahs3'
-rw-r--r--recipe.d/0019-perl2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipe.d/0019-perl b/recipe.d/0019-perl
index 1683f3f..96ad380 100644
--- a/recipe.d/0019-perl
+++ b/recipe.d/0019-perl
@@ -4,7 +4,7 @@
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
+ sh $SRC/perl-*/Configure -des -Dprefix=/usr -Dlibpth="/usr/local/lib$SUFFIX /lib$SUFFIX /usr/lib$SUFFIX" -Darchlib="/usr/lib$SUFFIX/perl5" -Dsitelib="/usr/local/share/perl5" -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}