mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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>
This commit is contained in:
@@ -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
|
||||
|
||||
######
|
||||
|
||||
Reference in New Issue
Block a user