Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
27c05084
Commit
27c05084
authored
Jan 12, 2014
by
Alessandro Ghedini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Only export zmq_* symbols
parent
6e1b1fef
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
Makefile.am
src/Makefile.am
+1
-1
libzmq.vers
src/libzmq.vers
+4
-0
No files found.
src/Makefile.am
View file @
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
...
...
src/libzmq.vers
0 → 100644
View file @
27c05084
{
global: zmq_*;
local: *;
};
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment