CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Fixed a bad cut of the - character
authorVictor Martinez <pitillo@ono.com>
Mon, 24 May 2010 08:32:16 +0000 (08:32 +0000)
committerVictor Martinez <pitillo@ono.com>
Mon, 24 May 2010 08:32:16 +0000 (08:32 +0000)
perl/Pkgfile

index 48ab169b8cde6f81ea4e72b4ab80053f27c8048d..ed7fb6b3ab31467e4c87b9c17daf9cc808a824ad 100644 (file)
@@ -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 \