From 24c30d90e73ef4ff386b7f840fd12f1d4ebd575f Mon Sep 17 00:00:00 2001 From: suzuki toshiya Date: Thu, 8 Feb 2024 13:00:46 +0900 Subject: [PATCH] Add "Libs.private: -m" to wolfssl.pc.in for a static linking --- support/wolfssl.pc.in | 1 + 1 file changed, 1 insertion(+) diff --git a/support/wolfssl.pc.in b/support/wolfssl.pc.in index e8cb694fd..df7d387b9 100644 --- a/support/wolfssl.pc.in +++ b/support/wolfssl.pc.in @@ -7,4 +7,5 @@ Name: wolfssl Description: wolfssl C library. Version: @VERSION@ Libs: -L${libdir} -lwolfssl +Libs.private: -lm Cflags: -I${includedir}