diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-09-10 07:26:25 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-08-16 12:50:06 +0000 |
commit | b55fa1b2c5c3a28bd2cead7326f4555b1d9f93b4 (patch) | |
tree | a7767c3510d1cdee5b854dfb401cd5ad1d39620a | |
parent | 04a7dda6a6e34b48dcd5fc98e68dd4751b7ac1b7 (diff) | |
download | aports-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
-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() { |