summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {