aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-07-13 09:53:12 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-07-13 09:53:12 +0000
commitd829186a11d8a8834222b8ee2b276525b42f27ad (patch)
tree9dd7bb6a87e3eede33eada2db9bdc7ec4a03df62 /testing
parent8df60bc16040a7a5eb6117b321001eb11aac1c0b (diff)
testing/py-gnome: force linking to gobject to avoid underlinking
Diffstat (limited to 'testing')
-rw-r--r--testing/py-gnome/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/py-gnome/APKBUILD b/testing/py-gnome/APKBUILD
index 39b3f83a5f2..e34b55768c4 100644
--- a/testing/py-gnome/APKBUILD
+++ b/testing/py-gnome/APKBUILD
@@ -4,7 +4,7 @@ pkgname=py-gnome
_realname=gnome-python
pkgver=2.28.1
_basever=2.28
-pkgrel=3
+pkgrel=4
pkgdesc="Python interface to GNOME libraries"
url="http://pygtk.org"
arch="noarch"
@@ -25,7 +25,8 @@ prepare() {
build() {
cd "$_builddir"
- ./configure --prefix=/usr \
+ LIBS="$(pkg-config gobject-2.0 --libs)" \
+ ./configure --prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--infodir=/usr/share/info