diff options
Diffstat (limited to 'main')
-rw-r--r-- | main/xulrunner/APKBUILD | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/xulrunner/APKBUILD b/main/xulrunner/APKBUILD index 577e8b5aa6..2dee328097 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() { |