diff options
author | Karel Kočí <cynerd@email.cz> | 2020-09-26 14:08:55 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2020-09-26 14:10:39 +0200 |
commit | e1d57e6a1754b017668ef4d0b58590fb4e9fa853 (patch) | |
tree | 7a8dadee8fbaf7149194529497cb91aaaa6af753 /logc/Makefile | |
parent | 3ac5d1b4865ef77bcb02bfb752b411339b3a4ed3 (diff) | |
download | openwrt-personal-pkgs-e1d57e6a1754b017668ef4d0b58590fb4e9fa853.tar.gz openwrt-personal-pkgs-e1d57e6a1754b017668ef4d0b58590fb4e9fa853.tar.bz2 openwrt-personal-pkgs-e1d57e6a1754b017668ef4d0b58590fb4e9fa853.zip |
Improve configure defaults for logc and sentinel-fwlogs
Diffstat (limited to 'logc/Makefile')
-rw-r--r-- | logc/Makefile | 6 |
1 files changed, 1 insertions, 5 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/ |