aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-06-21 11:54:29 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-06-21 11:54:29 +0000
commitebb23a5ba71304c279aff9a91625227a9dfb23fe (patch)
tree191b12408826a31e8881c3890e6f3a27b8d834e0 /testing
parentd2207b3c4708cac6038cfbb0b7c58722e49c5c4e (diff)
downloadaports-ebb23a5ba71304c279aff9a91625227a9dfb23fe.tar.bz2
aports-ebb23a5ba71304c279aff9a91625227a9dfb23fe.tar.xz
testing/lua5.2: help abuild to find the libs in non-standard location (buildfix)
Diffstat (limited to 'testing')
-rw-r--r--testing/lua5.2/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/lua5.2/APKBUILD b/testing/lua5.2/APKBUILD
index f682a52a98..4f4af2e5ee 100644
--- a/testing/lua5.2/APKBUILD
+++ b/testing/lua5.2/APKBUILD
@@ -8,6 +8,7 @@ url="http://www.lua.org/"
arch="all"
license="MIT"
depends=
+ldpath="/usr/lib/$pkgname"
makedepends="libtool autoconf automake"
subpackages="$pkgname-dev $pkgname-doc $pkgname-libs"
source="http://www.lua.org/ftp/lua-$pkgver.tar.gz