summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--logc/Makefile2
-rw-r--r--sentinel-fwlogs/Makefile1
2 files changed, 3 insertions, 0 deletions
diff --git a/logc/Makefile b/logc/Makefile
index f36ff5c..1a4eb58 100644
--- a/logc/Makefile
+++ b/logc/Makefile
@@ -20,6 +20,8 @@ PKG_MAINTAINER:=CZ.NIC <packaging@turris.cz>
PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=LICENSE
+PKG_BUILD_DEPENDS:=argp-standalone
+
PKG_INSTALL:=1
PKG_FIXUP:=autoreconf
diff --git a/sentinel-fwlogs/Makefile b/sentinel-fwlogs/Makefile
index 7063fcd..8b7b0a9 100644
--- a/sentinel-fwlogs/Makefile
+++ b/sentinel-fwlogs/Makefile
@@ -22,6 +22,7 @@ PKG_LICENSE_FILES:=LICENSE
PKG_BUILD_DEPENDS:=argp-standalone
+PKG_INSTALL:=1
PKG_FIXUP:=autoreconf
include $(INCLUDE_DIR)/package.mk