Peter Korsgaard
2015-05-12 20:43:12 +02:00
parent b9fcc83fbe
commit aa5254f1a2

View File

@@ -18,6 +18,12 @@ CZMQ_LICENSE_FILES = LICENSE
# host-python, so disable asciidoc entirely.
CZMQ_CONF_ENV = ac_cv_prog_czmq_have_asciidoc=no
# zeromq uses C++, but czmq forgets to explicitly link with libstdc++
# (or use g++ to link), breaking static linking.
ifeq ($(BR2_STATIC_LIBS),y)
CZMQ_CONF_ENV += LIBS='-lstdc++'
endif
define CZMQ_CREATE_CONFIG_DIR
mkdir -p $(@D)/config
endef