mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-01 02:27:49 +08:00
Updated NEWS for #909
This commit is contained in:
parent
03dc70c350
commit
dd5603d6e9
2
NEWS
2
NEWS
@ -4,6 +4,8 @@
|
|||||||
Bug Fixes
|
Bug Fixes
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
* Fixed #909; out of tree build issue on Linux.
|
||||||
|
|
||||||
* Fixed #888; hangs on terminate when inproc connected but never bound.
|
* Fixed #888; hangs on terminate when inproc connected but never bound.
|
||||||
|
|
||||||
* Fixed #868; assertion failure at ip.cpp:137 when using port scanner.
|
* Fixed #868; assertion failure at ip.cpp:137 when using port scanner.
|
||||||
|
@ -173,7 +173,11 @@ else
|
|||||||
if ON_ANDROID
|
if ON_ANDROID
|
||||||
libzmq_la_LDFLAGS = -avoid-version -version-info @LTVER@ @LIBZMQ_EXTRA_LDFLAGS@
|
libzmq_la_LDFLAGS = -avoid-version -version-info @LTVER@ @LIBZMQ_EXTRA_LDFLAGS@
|
||||||
else
|
else
|
||||||
libzmq_la_LDFLAGS = -version-info @LTVER@ @LIBZMQ_EXTRA_LDFLAGS@ -Wl,--version-script=libzmq.vers
|
if ON_LINUX
|
||||||
|
libzmq_la_LDFLAGS = -version-info @LTVER@ @LIBZMQ_EXTRA_LDFLAGS@ -Wl,--version-script=$(srcdir)/libzmq.vers
|
||||||
|
else
|
||||||
|
libzmq_la_LDFLAGS = -version-info @LTVER@ @LIBZMQ_EXTRA_LDFLAGS@ -Wl
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user