diff options
| author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2016-03-08 16:43:53 -0300 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-03-08 21:00:33 +0100 |
| commit | d518453aee601acd9dab759744f5152387e33fdd (patch) | |
| tree | 952e7cf5b5452e3ec54693674282ea7ad51d6348 /package/zeromq | |
| parent | 4a51f2d05ce69f57294f1e81ea156082e520d8e3 (diff) | |
| download | buildroot-d518453aee601acd9dab759744f5152387e33fdd.tar.gz buildroot-d518453aee601acd9dab759744f5152387e33fdd.zip | |
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>
Diffstat (limited to 'package/zeromq')
| -rw-r--r-- | package/zeromq/zeromq.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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. |

