diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2015-04-28 20:39:16 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2015-04-28 20:39:16 +0200 |
commit | 3cf87ec69e039d7ae84c68eaffef21ce38eaf090 (patch) | |
tree | 7050fbbee12f561d7c63b6a8af7d308267f818f2 /main/coova-chilli/APKBUILD | |
parent | efdbbf4ea3e925c7f3f4e9730f43ec17e0da1f68 (diff) | |
download | aports-3cf87ec69e039d7ae84c68eaffef21ce38eaf090.tar.bz2 aports-3cf87ec69e039d7ae84c68eaffef21ce38eaf090.tar.xz |
coova-chilli: add linux-headers
Diffstat (limited to 'main/coova-chilli/APKBUILD')
-rw-r--r-- | main/coova-chilli/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/coova-chilli/APKBUILD b/main/coova-chilli/APKBUILD index 9f4b1431d8..1e0e9be12c 100644 --- a/main/coova-chilli/APKBUILD +++ b/main/coova-chilli/APKBUILD @@ -8,7 +8,8 @@ url="http://www.coova.org/" arch="all" license="GPL3+" depends="" -makedepends="perl openssl-dev autoconf automake libtool curl-dev" +makedepends="perl openssl-dev autoconf automake libtool curl-dev + linux-headers" install="$pkgname.pre-install" pkgusers="chilli" pkggroups="chilli" |