From e2b3eafbccd99befea716460934a572acb1e69d1 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 26 Mar 2012 10:11:03 +0200 Subject: [PATCH] glib: make build system decide if PIC has to be enabled or not. --- srcpkgs/glib/glib-devel.template | 1 + srcpkgs/glib/template | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/glib/glib-devel.template b/srcpkgs/glib/glib-devel.template index ae02c743536..e9f6386ed94 100644 --- a/srcpkgs/glib/glib-devel.template +++ b/srcpkgs/glib/glib-devel.template @@ -5,6 +5,7 @@ long_desc="${long_desc} This package contains files for development, headers, static libs, etc." +revision=1 pycompile_dirs="usr/lib/gdbus-2.0/codegen" Add_dependency run zlib-devel diff --git a/srcpkgs/glib/template b/srcpkgs/glib/template index 0f1540f8163..1ded06af212 100644 --- a/srcpkgs/glib/template +++ b/srcpkgs/glib/template @@ -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 "