diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-10-08 15:48:47 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-10-08 15:48:47 +0000 |
commit | 4867a7f7feaade059533b9c7e693463ebdda2f49 (patch) | |
tree | 764daa37ca067c96236bdef3684f9e023abccf0f /testing | |
parent | 5227f68825a4e1ac77a98e3f348dedf8ad7c4cd4 (diff) | |
download | aports-4867a7f7feaade059533b9c7e693463ebdda2f49.tar.bz2 aports-4867a7f7feaade059533b9c7e693463ebdda2f49.tar.xz |
testing/lua5.2-md5: build with correct lua headers
Diffstat (limited to 'testing')
-rw-r--r-- | testing/lua5.2-md5/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/lua5.2-md5/APKBUILD b/testing/lua5.2-md5/APKBUILD index 975d6c9eb..2f3645510 100644 --- a/testing/lua5.2-md5/APKBUILD +++ b/testing/lua5.2-md5/APKBUILD @@ -3,7 +3,7 @@ _luaver=5.2 pkgname="lua-md5" _name="md5" pkgver=1.2 -pkgrel=0 +pkgrel=1 pkgdesc="Basic cryptographic facilities for Lua $_luaver" url="http://www.keplerproject.org/md5/" arch="all" @@ -23,7 +23,7 @@ prepare() { build() { cd "$_builddir" - make CFLAGS="$CFLAGS" || return 1 + make CFLAGS="$CFLAGS $(pkg-config --cflags lua$_luaver)" || return 1 } package() { |