CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libcgi: added comments to Pkgfile about the overlay fix 2.7 2.7-hardfp 2.8 2.8-hardfp
authorJose V Beneyto <sepen@crux.nu>
Wed, 13 Jun 2012 08:41:53 +0000 (10:41 +0200)
committerJose V Beneyto <sepen@crux.nu>
Wed, 13 Jun 2012 08:41:53 +0000 (10:41 +0200)
libcgi/Pkgfile

index 2e45d37a2799f0d2aea759a4d3d93504417b1451..dc1c28ee651265eed9e0de6198a9f58d8a77732d 100644 (file)
@@ -12,6 +12,9 @@ source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$ver
 build() {
        cd $name-$version
        install -d $PKG/usr/lib $PKG/usr/include
+
+        # fix types for ARM arch
+        # http://sourceforge.net/mailarchive/message.php?msg_id=454967
         sed -e 's|va_copy(bkp, str);|va_copy(bkp, ptr);|' \
             -i src/string.c