summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFabrice Fontaine <fontaine.fabrice@gmail.com>2018-11-05 19:24:57 +0100
committerPeter Korsgaard <peter@korsgaard.com>2018-11-05 23:18:28 +0100
commit16db3937c09e6aaa914e3e05f8472323e2e088a8 (patch)
tree3d02cef9916f4d3eb97344515f701222a214bccc /package
parent6a982d037bbf8d1b80007cf061e7bb766a9168d6 (diff)
downloadbuildroot-16db3937c09e6aaa914e3e05f8472323e2e088a8.tar.gz
buildroot-16db3937c09e6aaa914e3e05f8472323e2e088a8.zip
ngrep: fix static build
Commit 54eeb08d6498e54cc77e212e4f9873b579f76638 wrongly replaced `$(STAGING_DIR)/usr/bin/pcap-config --static --additional-libs` by "$(STAGING_DIR)/usr/bin/pcap-config --static --additional-libs" Fixes: - http://autobuild.buildroot.org/results/3dd8c768beef075494d6be7eff4cbb57b5ec8a41 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package')
-rw-r--r--package/ngrep/ngrep.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ngrep/ngrep.mk b/package/ngrep/ngrep.mk
index 41d08d9f26..d17792cda0 100644
--- a/package/ngrep/ngrep.mk
+++ b/package/ngrep/ngrep.mk
@@ -13,7 +13,7 @@ NGREP_INSTALL_STAGING = YES
NGREP_AUTORECONF = YES
ifeq ($(BR2_STATIC_LIBS),y)
-NGREP_CONF_ENV += LIBS="$(STAGING_DIR)/usr/bin/pcap-config --static --additional-libs"
+NGREP_CONF_ENV += LIBS=`$(STAGING_DIR)/usr/bin/pcap-config --static --additional-libs`
endif
NGREP_CONF_OPTS = \
OpenPOWER on IntegriCloud