Revert "Problem: pkg-config file cannot be used for static linking on CentOS 7"

This reverts commit 765c24740d.
This commit is contained in:
Michele Dionisio 2019-10-14 20:43:33 +02:00
parent 683bf1d732
commit 9f65720dc0

View File

@ -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@