Commit 5c4f3cc6 authored by Ian Barber's avatar Ian Barber

Merge pull request #817 from Debian/symbols

Only export zmq_* symbols
parents ea54669b 27c05084
......@@ -180,7 +180,7 @@ else
if ON_ANDROID
libzmq_la_LDFLAGS = -avoid-version -version-info @LTVER@ @LIBZMQ_EXTRA_LDFLAGS@
else
libzmq_la_LDFLAGS = -version-info @LTVER@ @LIBZMQ_EXTRA_LDFLAGS@
libzmq_la_LDFLAGS = -version-info @LTVER@ @LIBZMQ_EXTRA_LDFLAGS@ -Wl,--version-script=libzmq.vers
endif
endif
......
{
global: zmq_*;
local: *;
};
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