From d518453aee601acd9dab759744f5152387e33fdd Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Tue, 8 Mar 2016 16:43:53 -0300 Subject: [PATCH] zeromq: unbreak pgm support In the bump to the 4.1.x series the bundled pgm library was dropped and the --with-system-pgm option was made pointless since using unbundled became the only option, so it was renamed to --with-pgm, which previously meant "use bundled" (but not any longer). However this wasn't accounted for and pgm support has been broken since then. Signed-off-by: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- package/zeromq/zeromq.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/zeromq/zeromq.mk b/package/zeromq/zeromq.mk index ce01e50f62..b80f8e49a3 100644 --- a/package/zeromq/zeromq.mk +++ b/package/zeromq/zeromq.mk @@ -30,7 +30,7 @@ endif ifeq ($(BR2_PACKAGE_ZEROMQ_PGM),y) ZEROMQ_DEPENDENCIES += host-pkgconf openpgm -ZEROMQ_CONF_OPTS += --with-system-pgm +ZEROMQ_CONF_OPTS += --with-pgm endif # ZeroMQ uses libsodium if it's available. -- 2.30.2