summaryrefslogtreecommitdiffstats
path: root/package/zeromq
diff options
context:
space:
mode:
Diffstat (limited to 'package/zeromq')
-rw-r--r--package/zeromq/zeromq.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/zeromq/zeromq.mk b/package/zeromq/zeromq.mk
index 987c65be35..e8f7c57720 100644
--- a/package/zeromq/zeromq.mk
+++ b/package/zeromq/zeromq.mk
@@ -15,7 +15,7 @@ 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_PREFER_STATIC_LIB),y)
+ifeq ($(BR2_STATIC_LIBS),y)
ZEROMQ_CONF_OPTS += LIBS=-lstdc++
endif
OpenPOWER on IntegriCloud