From: Victor Martinez Date: Mon, 24 May 2010 08:22:43 +0000 (+0000) Subject: Updated Pkgfile to remove msof-float option X-Git-Url: http://gitweb/?a=commitdiff_plain;h=e61836123fbf06d5035d8657d107428f11ec7317;p=crossrootfs.git Updated Pkgfile to remove msof-float option --- diff --git a/perl/Pkgfile b/perl/Pkgfile index dd8e4be..48ab169 100644 --- a/perl/Pkgfile +++ b/perl/Pkgfile @@ -6,7 +6,7 @@ name=perl version=5.10.0 -release=2 +release=3 source=(http://www.cpan.org/src/5.0/$name-$version.tar.gz \ $name-$version-cross_compile-1.patch) @@ -15,7 +15,7 @@ build() { patch -p1 -i $SRC/$name-$version-cross_compile-1.patch # Use of safe cflags to build perl-cross on the host, and don't use msoft-float - export CFLAGS="-O2 -pipe" + export CFLAGS=${CFLAGS/msoft-float/} # avoid to use target generate_uudmap binary sed -i Makefile.SH \