Date: Saturday, October 10, 2015 @ 19:45:52 Author: heftig Revision: 248871
FS#46619 Modified: glib2/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-10-10 17:37:18 UTC (rev 248870) +++ PKGBUILD 2015-10-10 17:45:52 UTC (rev 248871) @@ -4,7 +4,7 @@ pkgbase=glib2 pkgname=(glib2 glib2-docs) pkgver=2.46.0 -pkgrel=2 +pkgrel=3 pkgdesc="Common C routines used by GTK+ and other libs" url="http://www.gtk.org/" arch=(i686 x86_64) @@ -24,6 +24,12 @@ build() { cd glib-$pkgver + + ## Prevent runtime unloading of glib + # https://bugs.archlinux.org/task/46619 + # https://bugzilla.gnome.org/show_bug.cgi?id=755609 + LDFLAGS+=" -Wl,-z,nodelete" + PYTHON=/usr/bin/python2 ./configure --prefix=/usr --libdir=/usr/lib \ --sysconfdir=/etc \ --with-pcre=system \
