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
386fa6e0
Commit
386fa6e0
authored
Dec 07, 2018
by
Jeremie Courreges-Anglas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Problem: unused Debian/kFreeBSD-specific code
Solution: delete it
parent
4d1d64b7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
14 deletions
+0
-14
Makefile.am
Makefile.am
+0
-6
configure.ac
configure.ac
+0
-8
No files found.
Makefile.am
View file @
386fa6e0
...
...
@@ -301,15 +301,9 @@ src_libzmq_la_LDFLAGS = \
-version-info
@LTVER@
\
@LIBZMQ_EXTRA_LDFLAGS@
else
if
ON_DEBIAN_KFREEBSD
src_libzmq_la_LDFLAGS
=
\
-version-info
@LTVER@
\
@LIBZMQ_EXTRA_LDFLAGS@
else
src_libzmq_la_LDFLAGS
=
\
-version-info
@LTVER@
\
@LIBZMQ_EXTRA_LDFLAGS@
endif
endif
endif
endif
...
...
configure.ac
View file @
386fa6e0
...
...
@@ -167,7 +167,6 @@ libzmq_on_cygwin="no"
libzmq_on_android="no"
libzmq_on_linux="no"
libzmq_on_gnu="no"
libzmq_on_debian_kfreebsd="no"
# Set some default features required by ZeroMQ code
CPPFLAGS="-D_REENTRANT -D_THREAD_SAFE $CPPFLAGS"
...
...
@@ -222,12 +221,6 @@ case "${host_os}" in
;;
*freebsd*)
# Define on FreeBSD to enable all library features
case "${host_os}" in
# On Debian/kFreeBSD with gnu set the --version-script flag
kfreebsd*-gnu*)
libzmq_on_debian_kfreebsd="yes"
;;
esac
CPPFLAGS="-D__BSD_VISIBLE $CPPFLAGS"
AC_DEFINE(ZMQ_HAVE_FREEBSD, 1, [Have FreeBSD OS])
;;
...
...
@@ -633,7 +626,6 @@ AM_CONDITIONAL(ON_CYGWIN, test "x$libzmq_on_cygwin" = "xyes")
AM_CONDITIONAL(ON_ANDROID, test "x$libzmq_on_android" = "xyes")
AM_CONDITIONAL(ON_LINUX, test "x$libzmq_on_linux" = "xyes")
AM_CONDITIONAL(ON_GNU, test "x$libzmq_on_gnu" = "xyes")
AM_CONDITIONAL(ON_DEBIAN_KFREEBSD, test "x$libzmq_on_debian_kfreebsd" = "xyes")
# Check for __atomic_Xxx compiler intrinsics
AC_LANG_PUSH([C++])
...
...
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