Merge pull request #3714 from mdionisio/remove_libm

Revert "Problem: pkg-config file cannot be used for static linking on…
This commit is contained in:
Luca Boccassi 2019-10-14 20:44:23 +01:00 committed by GitHub
commit 92e3226869
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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@