zeromq: add explicit --without-pgm when pgm is disabled
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 20 Mar 2016 22:05:37 +0000 (23:05 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 20 Mar 2016 22:05:37 +0000 (23:05 +0100)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/zeromq/zeromq.mk

index fbc63a75c5c535a469ab6a3900f8edf29a718dda..871f37ceab3a326ae1399f5f8a56ba74af185d22 100644 (file)
@@ -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.