Unverified Commit eda7f958 authored by Luca Boccassi's avatar Luca Boccassi Committed by GitHub

Merge pull request #3321 from jcourreges/openbsd-build-error

Problem: build fails on OpenBSD due to -Wl in LDFLAGS
parents f615b8fd fb4629ee
......@@ -311,8 +311,7 @@ src_libzmq_la_LDFLAGS = \
else
src_libzmq_la_LDFLAGS = \
-version-info @LTVER@ \
@LIBZMQ_EXTRA_LDFLAGS@ \
-Wl
@LIBZMQ_EXTRA_LDFLAGS@
endif
endif
endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment