glib: make build system decide if PIC has to be enabled or not.
This commit is contained in:
parent
762c136363
commit
e2b3eafbcc
|
@ -5,6 +5,7 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
revision=1
|
||||||
pycompile_dirs="usr/lib/gdbus-2.0/codegen"
|
pycompile_dirs="usr/lib/gdbus-2.0/codegen"
|
||||||
|
|
||||||
Add_dependency run zlib-devel
|
Add_dependency run zlib-devel
|
||||||
|
|
|
@ -1,8 +1,9 @@
|
||||||
# Template build file for 'glib'
|
# Template build file for 'glib'
|
||||||
pkgname=glib
|
pkgname=glib
|
||||||
version=2.32.0
|
version=2.32.0
|
||||||
|
revision=1
|
||||||
distfiles="${GNOME_SITE}/glib/2.32/glib-$version.tar.xz"
|
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
|
build_style=gnu-configure
|
||||||
short_desc="The GNU library of C routines"
|
short_desc="The GNU library of C routines"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
|
Loading…
Reference in New Issue