Unverified Commit 92e32268 authored by Luca Boccassi's avatar Luca Boccassi Committed by GitHub

Merge pull request #3714 from mdionisio/remove_libm

Revert "Problem: pkg-config file cannot be used for static linking on…
parents 683bf1d7 9f65720d
......@@ -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@
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment