diff options
-rw-r--r-- | main/zmap/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/zmap/APKBUILD b/main/zmap/APKBUILD index 6523d28ec4..fbbbebae55 100644 --- a/main/zmap/APKBUILD +++ b/main/zmap/APKBUILD @@ -9,7 +9,7 @@ arch="all" license="Apache-2" depends="" depends_dev="gengetopt-dev libpcap-dev gmp-dev" -makedepends="$depends_dev cmake flex byacc" +makedepends="linux-headers $depends_dev cmake flex byacc" install="" subpackages="$pkgname-dev $pkgname-doc" source="zmap-$pkgver.tar.gz::https://github.com/zmap/zmap/archive/v$pkgver.tar.gz |