CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
pkg-config: removed comments from Pkgfile
[crossrootfs.git] / pkg-config / Pkgfile
index a69bab197f6d27616aab7ce252ea9411e8908c54..e5cede48c7e82bf8378caffc5bdc5750ad2d96dd 100644 (file)
@@ -15,18 +15,11 @@ build() {
 
   patch -p1 -i $SRC/$name-${version}_ANSII_libraries.patch
 
-#  echo "glib_cv_has__inline=yes" > config.cache
-#  echo "glib_cv_hasinline=yes" >> config.cache
-
-  #export GLIB_CFLAGS="-I$CLFS/usr/include/glib-2.0 -I$CLFS/usr/lib/glib-2.0/include"
-  #export GLIB_LIBS="-L$CLFS/usr/lib -lglib-2.0 -liconv -lintl"
-
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr \
               --mandir=/usr/man
-#--with-installed-glib
-#              --cache-file=config.cache
+  
   make
   make DESTDIR=$PKG install
 }