diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2015-04-28 21:08:04 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2015-04-28 21:08:04 +0200 |
commit | 1c1b32139af42cdc5af68cc0130cee57e521b872 (patch) | |
tree | 765ecaf931479c933acf7b450b3bd86ddcd5241a /main/haveged | |
parent | 3876c854249649468cfb9c3b175c90e8ab5d9d2d (diff) | |
download | aports-1c1b32139af42cdc5af68cc0130cee57e521b872.tar.bz2 aports-1c1b32139af42cdc5af68cc0130cee57e521b872.tar.xz |
main/haveged: add linux-headers
Diffstat (limited to 'main/haveged')
-rw-r--r-- | main/haveged/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/haveged/APKBUILD b/main/haveged/APKBUILD index 691e09dbd4..31bd3091c4 100644 --- a/main/haveged/APKBUILD +++ b/main/haveged/APKBUILD @@ -9,6 +9,7 @@ url="http://www.issihosts.com/haveged/" arch="all" license="GPL" subpackages="$pkgname-doc" +makedepends="linux-headers" source="http://www.issihosts.com/haveged/haveged-$pkgver.tar.gz haveged.initd haveged.confd" |