Add "Libs.private: -m" to wolfssl.pc.in for a static linking

This commit is contained in:
suzuki toshiya 2024-02-08 13:00:46 +09:00
parent 7e142583c6
commit 24c30d90e7

View File

@ -7,4 +7,5 @@ Name: wolfssl
Description: wolfssl C library.
Version: @VERSION@
Libs: -L${libdir} -lwolfssl
Libs.private: -lm
Cflags: -I${includedir}