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
d5b66295
Commit
d5b66295
authored
Feb 18, 2016
by
Min RK
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Deprecate zmq_utils.h
instead of removing it, which breaks downstream builds.
parent
b2025980
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
2 deletions
+7
-2
CMakeLists.txt
CMakeLists.txt
+2
-1
Makefile.am
Makefile.am
+2
-1
zmq_utils.h
include/zmq_utils.h
+2
-0
zeromq.spec.in
packaging/redhat/zeromq.spec.in
+1
-0
No files found.
CMakeLists.txt
View file @
d5b66295
...
...
@@ -509,7 +509,8 @@ if (MINGW)
endif
()
include_directories
(
include
${
CMAKE_CURRENT_BINARY_DIR
}
)
set
(
public_headers include/zmq.h
)
set
(
public_headers include/zmq.h
include/zmq_utils.h
)
set
(
readme-docs AUTHORS
COPYING
...
...
Makefile.am
View file @
d5b66295
...
...
@@ -16,7 +16,8 @@ AM_CPPFLAGS = \
lib_LTLIBRARIES
=
src/libzmq.la
include_HEADERS
=
\
include/zmq.h
include/zmq.h
\
include/zmq_utils.h
src_libzmq_la_SOURCES
=
\
src/address.cpp
\
...
...
include/zmq_utils.h
View file @
d5b66295
...
...
@@ -28,3 +28,5 @@
*/
/* This file is deprecated, and all its functionality provided by zmq.h */
#warning zmq_utils.h is deprecated. All its functionality is provided by zmq.h.
packaging/redhat/zeromq.spec.in
View file @
d5b66295
...
...
@@ -120,6 +120,7 @@ This package contains ZeroMQ related development libraries and header files.
%files devel
%defattr(-,root,root,-)
%{_includedir}/zmq.h
%{_includedir}/zmq_utils.h
%{_libdir}/libzmq.la
%{_libdir}/libzmq.a
...
...
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