summaryrefslogtreecommitdiffstats
path: root/main/xulrunner/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-09-10 07:26:25 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-08-16 12:50:06 +0000
commitb55fa1b2c5c3a28bd2cead7326f4555b1d9f93b4 (patch)
treea7767c3510d1cdee5b854dfb401cd5ad1d39620a /main/xulrunner/APKBUILD
parent04a7dda6a6e34b48dcd5fc98e68dd4751b7ac1b7 (diff)
downloadaports-b55fa1b2c5c3a28bd2cead7326f4555b1d9f93b4.tar.bz2
aports-b55fa1b2c5c3a28bd2cead7326f4555b1d9f93b4.tar.xz
main/xulrunnel: build fix for provides
We need help abuild to find the dir where the .so files are
Diffstat (limited to 'main/xulrunner/APKBUILD')
-rw-r--r--main/xulrunner/APKBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/xulrunner/APKBUILD b/main/xulrunner/APKBUILD
index 577e8b5aa..2dee32809 100644
--- a/main/xulrunner/APKBUILD
+++ b/main/xulrunner/APKBUILD
@@ -51,6 +51,8 @@ source="http://releases.mozilla.org/pub/mozilla.org/firefox/releases/${_ffoxver}
uclibc-malloc_usable_size.patch
cairo.patch
"
+# help our shared-object scanner to find the libs
+ldpath="/usr/lib/xulrunner-$pkgver"
_builddir="${srcdir}/mozilla-release"
prepare() {