From: Thomas Petazzoni Date: Sun, 20 Mar 2016 22:05:37 +0000 (+0100) Subject: zeromq: add explicit --without-pgm when pgm is disabled X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cfdaf95f755a4032e66c7134b441e11a599c5b18;p=buildroot.git zeromq: add explicit --without-pgm when pgm is disabled Signed-off-by: Thomas Petazzoni --- diff --git a/package/zeromq/zeromq.mk b/package/zeromq/zeromq.mk index fbc63a75c5..871f37ceab 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.