Date: Friday, May 4, 2012 @ 21:33:36 Author: heftig Revision: 158591 Explicitly specify libdir, fixing gdb plugin path
Modified: glib2/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-05-05 00:51:50 UTC (rev 158590) +++ PKGBUILD 2012-05-05 01:33:36 UTC (rev 158591) @@ -3,7 +3,7 @@ pkgname=glib2 pkgver=2.32.2 -pkgrel=1 +pkgrel=2 pkgdesc="Common C routines used by GTK+ and other libs" url="http://www.gtk.org/" arch=(i686 x86_64) @@ -24,7 +24,7 @@ build() { cd glib-$pkgver patch -Rp1 -i "$srcdir/revert-warn-glib-compile-schemas.patch" - PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ + PYTHON=/usr/bin/python2 ./configure --prefix=/usr --libdir=/usr/lib \ --sysconfdir=/etc \ --with-pcre=system \ --disable-fam
