mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 18:40:27 +01:00
Problem: build fails on OpenBSD due to -Wl in LDFLAGS
Solution: remove stray -Wl.
This commit is contained in:
parent
f615b8fdfc
commit
fb4629eea2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user