From b55fa1b2c5c3a28bd2cead7326f4555b1d9f93b4 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 10 Sep 2012 07:26:25 +0000 Subject: main/xulrunnel: build fix for provides We need help abuild to find the dir where the .so files are --- main/xulrunner/APKBUILD | 2 ++ 1 file changed, 2 insertions(+) (limited to 'main/xulrunner/APKBUILD') 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() { -- cgit v1.2.3