diff --git a/libcrypto.pc.in b/libcrypto.pc.in index 4e886b9..fa9c3a9 100644 --- a/libcrypto.pc.in +++ b/libcrypto.pc.in @@ -11,5 +11,5 @@ Version: @VERSION@ Requires: Conflicts: Libs: -L${libdir} -lcrypto -Libs.private: @LIBS@ +Libs.private: @LIBS@ @PLATFORM_LDADD@ Cflags: -I${includedir} diff --git a/libssl.pc.in b/libssl.pc.in index 43b8bb7..ae61aec 100644 --- a/libssl.pc.in +++ b/libssl.pc.in @@ -12,5 +12,5 @@ Requires: Requires.private: libcrypto Conflicts: Libs: -L${libdir} -lssl -Libs.private: @LIBS@ -lcrypto +Libs.private: @LIBS@ -lcrypto @PLATFORM_LDADD@ Cflags: -I${includedir} diff --git a/libtls.pc.in b/libtls.pc.in index 19e6b32..82a6a71 100644 --- a/libtls.pc.in +++ b/libtls.pc.in @@ -12,5 +12,5 @@ Requires: Requires.private: libcrypto libssl Conflicts: Libs: -L${libdir} -ltls -Libs.private: @LIBS@ -lcrypto -lssl +Libs.private: @LIBS@ -lcrypto -lssl @PLATFORM_LDADD@ Cflags: -I${includedir}