aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/captagent/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/captagent/APKBUILD b/testing/captagent/APKBUILD
index b84ab25f13a..09bf4190c11 100644
--- a/testing/captagent/APKBUILD
+++ b/testing/captagent/APKBUILD
@@ -7,7 +7,7 @@ pkgdesc="HEP Capture Agent for HOMER"
url="https://github.com/sipcapture/captagent"
arch="all"
license="GPL3"
-makedepends="autoconf automake bison expat-dev flex flex-dev json-c-dev libtool libpcap-dev"
+makedepends="autoconf automake bison expat-dev flex flex-dev json-c-dev libtool libpcap-dev linux-headers"
source="$pkgname-$pkgver.tar.gz::https://github.com/sipcapture/captagent/archive/$pkgver.tar.gz
ac-fix.patch"
builddir="$srcdir/$pkgname-$pkgver"