diff options
author | Jeroen Roovers <jer@gentoo.org> | 2020-01-19 13:58:37 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2020-01-19 14:39:36 +0100 |
commit | 6a2c57bb6f4e96b56a7917e05d3fb93c7b973584 (patch) | |
tree | 9c87a4cb217c52ce4dd81c5f105c89bde17d41be /net-analyzer/ntopng | |
parent | net-misc/dropbox: Drop 83.4.152 and 88.4.172 (diff) | |
download | gentoo-6a2c57bb6f4e96b56a7917e05d3fb93c7b973584.tar.gz gentoo-6a2c57bb6f4e96b56a7917e05d3fb93c7b973584.tar.bz2 gentoo-6a2c57bb6f4e96b56a7917e05d3fb93c7b973584.zip |
net-analyzer/ntopng: Remove false libzstd dependency
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-analyzer/ntopng')
-rw-r--r-- | net-analyzer/ntopng/files/ntopng-3.8.1-PKG_CONFIG.patch | 12 | ||||
-rw-r--r-- | net-analyzer/ntopng/ntopng-3.8.1-r3.ebuild (renamed from net-analyzer/ntopng/ntopng-3.8.1-r2.ebuild) | 0 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net-analyzer/ntopng/files/ntopng-3.8.1-PKG_CONFIG.patch b/net-analyzer/ntopng/files/ntopng-3.8.1-PKG_CONFIG.patch index 91811d66bbd4..12117d791bcd 100644 --- a/net-analyzer/ntopng/files/ntopng-3.8.1-PKG_CONFIG.patch +++ b/net-analyzer/ntopng/files/ntopng-3.8.1-PKG_CONFIG.patch @@ -81,15 +81,15 @@ else ZEROMQ_LIB = $(ZMQ_STATIC) endif -@@ -107,9 +107,9 @@ +@@ -106,11 +106,6 @@ + ZEROMQ_INC=-I$(ZEROMQ_HOME)/include ZEROMQ_LIB=$(ZEROMQ_HOME)/.libs/libzmq.a endif - +- - HAS_ZSTD=$(shell pkg-config --exists libzstd; echo $$?) -+ HAS_ZSTD=$(shell $(PKG_CONFIG) --exists libzstd; echo $$?) - ifeq ($(HAS_ZSTD), 0) +- ifeq ($(HAS_ZSTD), 0) - ZSTD_LIB = $(shell pkg-config --libs libzstd) -+ ZSTD_LIB = $(shell $(PKG_CONFIG) --libs libzstd) - endif +- endif endif + ###### diff --git a/net-analyzer/ntopng/ntopng-3.8.1-r2.ebuild b/net-analyzer/ntopng/ntopng-3.8.1-r3.ebuild index 25938565c762..25938565c762 100644 --- a/net-analyzer/ntopng/ntopng-3.8.1-r2.ebuild +++ b/net-analyzer/ntopng/ntopng-3.8.1-r3.ebuild |