diff options
author | Timo Teräs <timo.teras@iki.fi> | 2015-12-22 14:21:46 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2015-12-22 14:22:12 +0000 |
commit | 71be0e7e1b0b328400f527e6d5f7e2e2ca638f7b (patch) | |
tree | 8693f085ee99f7328399f93ab3d016d219062955 | |
parent | ec0521fbb944f99d4cee4cbb461387ae1a579bbc (diff) | |
download | aports-71be0e7e1b0b328400f527e6d5f7e2e2ca638f7b.tar.bz2 aports-71be0e7e1b0b328400f527e6d5f7e2e2ca638f7b.tar.xz |
main/lua-posix: depend on linux-headers
required for the AF_NETLINK support
-rw-r--r-- | main/lua-posix/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/lua-posix/APKBUILD b/main/lua-posix/APKBUILD index 156667c19d..ba9d6e4892 100644 --- a/main/lua-posix/APKBUILD +++ b/main/lua-posix/APKBUILD @@ -5,13 +5,13 @@ _luaversions="5.1 5.2 5.3" pkgname=lua-posix _name=luaposix pkgver=33.3.1 -pkgrel=4 +pkgrel=5 pkgdesc="POSIX library for Lua $_luaver" url="https://github.com/luaposix/luaposix" arch="all" license="MIT" depends="" -makedepends="perl ncurses-dev automake autoconf lua-bitlib" +makedepends="perl ncurses-dev automake autoconf linux-headers lua-bitlib" subpackages="$pkgname-doc lua-curses:_curses" for _i in $_luaversions; do |