From: Victor Martinez Date: Mon, 24 May 2010 08:32:16 +0000 (+0000) Subject: Fixed a bad cut of the - character X-Git-Url: http://gitweb/?a=commitdiff_plain;ds=inline;h=72937e28e8a3bbff016619a1bd60a59cfa7de7a8;p=crossrootfs.git Fixed a bad cut of the - character --- diff --git a/perl/Pkgfile b/perl/Pkgfile index 48ab169..ed7fb6b 100644 --- a/perl/Pkgfile +++ b/perl/Pkgfile @@ -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=${CFLAGS/msoft-float/} + export CFLAGS=${CFLAGS/-msoft-float/} # avoid to use target generate_uudmap binary sed -i Makefile.SH \