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

Solution: remove stray -Wl.
parent f615b8fd
...@@ -311,8 +311,7 @@ src_libzmq_la_LDFLAGS = \ ...@@ -311,8 +311,7 @@ src_libzmq_la_LDFLAGS = \
else else
src_libzmq_la_LDFLAGS = \ src_libzmq_la_LDFLAGS = \
-version-info @LTVER@ \ -version-info @LTVER@ \
@LIBZMQ_EXTRA_LDFLAGS@ \ @LIBZMQ_EXTRA_LDFLAGS@
-Wl
endif endif
endif 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