diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-12-16 14:29:35 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-12-16 14:32:47 +0000 |
commit | de63e3f645d983784ec31f022b63d7ef56068dfa (patch) | |
tree | cedd72a9abfce5b0073e3e7272efe2323351be6d /testing/quicktun | |
parent | 1da3fdd99ec331b81b0d98200f1a275c58aa80dc (diff) | |
download | aports-de63e3f645d983784ec31f022b63d7ef56068dfa.tar.bz2 aports-de63e3f645d983784ec31f022b63d7ef56068dfa.tar.xz |
testing/quicktun: linux-headers build fix
Diffstat (limited to 'testing/quicktun')
-rw-r--r-- | testing/quicktun/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/quicktun/APKBUILD b/testing/quicktun/APKBUILD index abad6be46e..11f6f75939 100644 --- a/testing/quicktun/APKBUILD +++ b/testing/quicktun/APKBUILD @@ -9,7 +9,7 @@ arch="all" license="BSD" depends="" depends_dev="tar libsodium-dev" -makedepends="$depends_dev" +makedepends="$depends_dev linux-headers" install="quicktun.pre-install" subpackages="$pkgname-keypair" source="http://oss.ucis.nl/${pkgname}/src/${pkgname}-${pkgver}.tgz |