glib: use the system's libpcre.

This commit is contained in:
Tilman Sauerbeck 2008-09-30 20:27:17 +02:00
parent c17c1b946f
commit b8c33caef7

View File

@ -4,13 +4,13 @@
name=glib
version=2.18.1
release=1
release=2
source=(http://download.gnome.org/sources/$name/2.18/$name-$version.tar.bz2)
build () {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man
--mandir=/usr/man --with-pcre=system
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/{gtk-doc,locale}