diff options
-rw-r--r-- | logc/Makefile | 6 | ||||
-rw-r--r-- | sentinel-fwlogs/Makefile | 2 |
2 files changed, 2 insertions, 6 deletions
diff --git a/logc/Makefile b/logc/Makefile index 6afab81..f36ff5c 100644 --- a/logc/Makefile +++ b/logc/Makefile @@ -14,7 +14,7 @@ PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://gitlab.nic.cz/turris/logc.git #PKG_SOURCE_VERSION:=v$(PKG_VERSION) -PKG_SOURCE_VERSION:=57c3f8db4d55f579411aa46fbcc73fa9e6e2780f +PKG_SOURCE_VERSION:=8ea2adae681bffaec1e9efaad1d6b2b1fbb39496 PKG_MAINTAINER:=CZ.NIC <packaging@turris.cz> PKG_LICENSE:=MIT @@ -50,10 +50,6 @@ define Package/logc-argp/description Argument parsing library for LogC base on argp. endef -CONFIGURE_ARGS += \ - --disable-tests \ - --disable-linters - define Build/InstallDev $(INSTALL_DIR) $(1)/usr/include $(CP) $(PKG_INSTALL_DIR)/usr/include/* $(1)/usr/include/ diff --git a/sentinel-fwlogs/Makefile b/sentinel-fwlogs/Makefile index 756772f..7063fcd 100644 --- a/sentinel-fwlogs/Makefile +++ b/sentinel-fwlogs/Makefile @@ -14,7 +14,7 @@ PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://gitlab.nic.cz/turris/sentinel/fwlogs.git #PKG_SOURCE_VERSION:=v$(PKG_VERSION) -PKG_SOURCE_VERSION:=d72fde6eb20a12ca9a126911f86d5cdd8cac3d10 +PKG_SOURCE_VERSION:=2b4d3924d213696cb93d2e2690a84b947ff187df PKG_MAINTAINER:=CZ.NIC <packaging@turris.cz> PKG_LICENSE:=GPL-3.0-or-later |