diff options
author | Karel Kočí <cynerd@email.cz> | 2020-07-11 17:50:56 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2020-07-11 17:50:56 +0200 |
commit | e7d47f8c39f9f6db38b0d1ba559deafa14233f48 (patch) | |
tree | 7c729870d6c35f1d5e7d83b6f4c4eaa5f1817eab /sentinel-minipot | |
parent | 16824f834dd5a0c37277bfc072bd9bb9163224b8 (diff) | |
download | openwrt-personal-pkgs-e7d47f8c39f9f6db38b0d1ba559deafa14233f48.tar.gz openwrt-personal-pkgs-e7d47f8c39f9f6db38b0d1ba559deafa14233f48.tar.bz2 openwrt-personal-pkgs-e7d47f8c39f9f6db38b0d1ba559deafa14233f48.zip |
sentinel-minipot: add dependency on argp-standalone
Diffstat (limited to 'sentinel-minipot')
-rw-r--r-- | sentinel-minipot/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sentinel-minipot/Makefile b/sentinel-minipot/Makefile index 8d46c9e..e7f71c8 100644 --- a/sentinel-minipot/Makefile +++ b/sentinel-minipot/Makefile @@ -17,6 +17,8 @@ PKG_SOURCE_VERSION:=16d8b098c8230271619e5fd3333dba66092ce3f5 PKG_MAINTAINER:=CZ.NIC <packaging@turris.cz> PKG_LICENSE:=GPL-3.0-or-later +PKG_BUILD_DEPENDS:=argp-standalone + PKG_FIXUP:=autoreconf include $(INCLUDE_DIR)/package.mk |