Problem: build fails on OpenBSD due to -Wl in LDFLAGS

Solution: remove stray -Wl.
parent f615b8fd
......@@ -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