CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
pkg-config: updated to 0.29.2
[crossrootfs.git] / pkg-config / Pkgfile
index 9bea986efff1b41ccaa98284095e2a1ddb2e8b9d..887c2ba6a80f7a903f31888d66a23b975f424919 100644 (file)
@@ -5,7 +5,7 @@
 # Depends on:
 
 name=pkg-config
-version=0.27.1
+version=0.29.2
 release=1
 source=(http://$name.freedesktop.org/releases/$name-$version.tar.gz)
 
@@ -22,8 +22,9 @@ EOF
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr \
-              --mandir=/usr/man \
               --with-internal-glib \
+              --disable-compile-warnings \
+              --disable-host-tool \
               --cache-file=config.cache
   
   make