diff options
| author | Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> | 2015-03-31 09:21:57 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-03-31 13:57:41 +0200 |
| commit | bd8c733fb4a0ca6ca1aa72f8b549d53dcd37f4ee (patch) | |
| tree | b92092420b69f2199bacd7d1f8402815acc6886d /package/zeromq | |
| parent | 42bb259af5ce66a8b74f6d00b9e4cfd81922e0e1 (diff) | |
| download | buildroot-bd8c733fb4a0ca6ca1aa72f8b549d53dcd37f4ee.tar.gz buildroot-bd8c733fb4a0ca6ca1aa72f8b549d53dcd37f4ee.zip | |
packages: indentation cleanup
This commit doesn't touch infra packages.
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/zeromq')
| -rw-r--r-- | package/zeromq/zeromq.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/zeromq/zeromq.mk b/package/zeromq/zeromq.mk index e8f7c57720..dbd6fc7da7 100644 --- a/package/zeromq/zeromq.mk +++ b/package/zeromq/zeromq.mk @@ -16,12 +16,12 @@ ZEROMQ_AUTORECONF = YES # Only tools/curve_keygen.c needs this, but it doesn't hurt to pass it # for the rest of the build as well (which automatically includes stdc++). ifeq ($(BR2_STATIC_LIBS),y) - ZEROMQ_CONF_OPTS += LIBS=-lstdc++ +ZEROMQ_CONF_OPTS += LIBS=-lstdc++ endif ifeq ($(BR2_PACKAGE_ZEROMQ_PGM),y) - ZEROMQ_DEPENDENCIES += host-pkgconf openpgm - ZEROMQ_CONF_OPTS += --with-system-pgm +ZEROMQ_DEPENDENCIES += host-pkgconf openpgm +ZEROMQ_CONF_OPTS += --with-system-pgm endif $(eval $(autotools-package)) |

