glib: make build system decide if PIC has to be enabled or not.

This commit is contained in:
Juan RP
2012-03-26 10:11:03 +02:00
parent 762c136363
commit e2b3eafbcc
2 changed files with 3 additions and 1 deletions

View File

@@ -1,8 +1,9 @@
# Template build file for 'glib'
pkgname=glib
version=2.32.0
revision=1
distfiles="${GNOME_SITE}/glib/2.32/glib-$version.tar.xz"
configure_args="--disable-fam --with-pcre=system --enable-static --with-pic"
configure_args="--disable-fam --with-pcre=system --enable-static"
build_style=gnu-configure
short_desc="The GNU library of C routines"
maintainer="Juan RP <xtraeme@gmail.com>"