summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-03-20 23:05:37 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-03-20 23:05:37 +0100
commitcfdaf95f755a4032e66c7134b441e11a599c5b18 (patch)
tree778765ce010b718fbd474dac3ed2cbb6dbbc9637
parent01992b3877a6f7ebf45d87e2b9556aa38742cdf1 (diff)
zeromq: add explicit --without-pgm when pgm is disabled
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/zeromq/zeromq.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/zeromq/zeromq.mk b/package/zeromq/zeromq.mk
index fbc63a75c..871f37cea 100644
--- a/package/zeromq/zeromq.mk
+++ b/package/zeromq/zeromq.mk
@@ -38,6 +38,8 @@ endif
ifeq ($(BR2_PACKAGE_ZEROMQ_PGM),y)
ZEROMQ_DEPENDENCIES += host-pkgconf openpgm
ZEROMQ_CONF_OPTS += --with-pgm
+else
+ZEROMQ_CONF_OPTS += --without-pgm
endif
# ZeroMQ uses libsodium if it's available.