mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 18:40:27 +01:00
Revert "Problem: pkg-config file cannot be used for static linking on CentOS 7"
This reverts commit 765c24740d
.
This commit is contained in:
parent
683bf1d732
commit
9f65720dc0
@ -7,6 +7,6 @@ Name: libzmq
|
||||
Description: 0MQ c++ library
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} -lzmq
|
||||
Libs.private: -lstdc++ -lm @pkg_config_libs_private@
|
||||
Libs.private: -lstdc++ @pkg_config_libs_private@
|
||||
Requires.private: @pkg_config_names_private@
|
||||
Cflags: -I${includedir} @pkg_config_defines@
|
||||
|
Loading…
Reference in New Issue
Block a user