|
@@ -18,6 +18,10 @@ CZMQ_LICENSE_FILES = LICENSE
|
|
# host-python, so disable asciidoc entirely.
|
|
# host-python, so disable asciidoc entirely.
|
|
CZMQ_CONF_ENV = ac_cv_prog_czmq_have_asciidoc=no
|
|
CZMQ_CONF_ENV = ac_cv_prog_czmq_have_asciidoc=no
|
|
|
|
|
|
|
|
+ifeq ($(BR2_PREFER_STATIC_LIB),y)
|
|
|
|
+CZMQ_CONF_OPTS += LIBS=-lstdc++
|
|
|
|
+endif
|
|
|
|
+
|
|
define CZMQ_CREATE_CONFIG_DIR
|
|
define CZMQ_CREATE_CONFIG_DIR
|
|
mkdir -p $(@D)/config
|
|
mkdir -p $(@D)/config
|
|
endef
|
|
endef
|