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

Solution: remove stray -Wl.
This commit is contained in:
Jérémie Courrèges-Anglas 2018-12-07 16:28:58 +01:00
parent f615b8fdfc
commit fb4629eea2

View File

@ -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