glib: removed --enable-debug=no per request

This commit is contained in:
Matt Housh 2007-05-12 18:05:10 -05:00
parent af859b3075
commit 5817ce67f8

View File

@ -10,8 +10,7 @@ source=(ftp://ftp.gtk.org/pub/$name/2.12/$name-$version.tar.bz2)
build () { build () {
cd $name-$version cd $name-$version
./configure --prefix=/usr \ ./configure --prefix=/usr \
--mandir=/usr/man \ --mandir=/usr/man
--enable-debug=no
make make
make DESTDIR=$PKG install make DESTDIR=$PKG install
rm -rf $PKG/usr/share/{gtk-doc,locale} rm -rf $PKG/usr/share/{gtk-doc,locale}