Revert "czmq: unbreak static linking"

This reverts commit aa5254f1a2.

Now that zeromq's pkg-config file is fixed, we no longer need this
workaround for static linking.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard 2015-05-13 09:16:27 +02:00
parent a9876fb099
commit 878b9aaba9
1 changed files with 0 additions and 6 deletions

View File

@ -18,12 +18,6 @@ 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