mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
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 <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
4a51f2d05c
commit
d518453aee
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user