diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-04-27 09:41:58 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-04-27 09:41:58 +0000 |
commit | 84d863381891fa2a9369d767d72d4af8877cc609 (patch) | |
tree | 18fb63f7f5d86ddc06b176d31bce4001219678d9 /main/dnsmasq/APKBUILD | |
parent | afee259ac51d7c33a0b0d25c0915d6759b8d07c3 (diff) | |
download | aports-84d863381891fa2a9369d767d72d4af8877cc609.tar.bz2 aports-84d863381891fa2a9369d767d72d4af8877cc609.tar.xz |
main/dnsmasq: linux-headers build fix
Diffstat (limited to 'main/dnsmasq/APKBUILD')
-rw-r--r-- | main/dnsmasq/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/dnsmasq/APKBUILD b/main/dnsmasq/APKBUILD index ea66b32621..ca4620ca3f 100644 --- a/main/dnsmasq/APKBUILD +++ b/main/dnsmasq/APKBUILD @@ -7,6 +7,7 @@ url="http://www.thekelleys.org.uk/dnsmasq/" arch="all" license="GPL-2" depends= +makedepends="linux-headers" install="$pkgname.pre-install $pkgname.pre-upgrade" subpackages="$pkgname-doc" source="http://www.thekelleys.org.uk/dnsmasq/$pkgname-$pkgver.tar.gz |