aboutsummaryrefslogtreecommitdiff
path: root/libcrypto.pc.in
diff options
context:
space:
mode:
authorMartin Herkt <lachs0r@srsfckn.biz>2015-08-27 20:54:29 +0200
committerRicardo Constantino (:RiCON) <wiiaboo@gmail.com>2016-05-31 15:24:22 +0100
commitde4a123930ebd916bfafbcc4f8584e6181d912b6 (patch)
treee12310594685b72dc14ad2a42d06116e6be08db1 /libcrypto.pc.in
parent0c4d1b9cef1da286e125aa534b0b0a630b779c14 (diff)
downloadportable-de4a123930ebd916bfafbcc4f8584e6181d912b6.tar.gz
portable-de4a123930ebd916bfafbcc4f8584e6181d912b6.tar.bz2
portable-de4a123930ebd916bfafbcc4f8584e6181d912b6.zip
pc: add platform-specific libs to Libs.private
Fixes compilations including libressl static libraries in MinGW. Signed-off-by: Ricardo Constantino (:RiCON) <wiiaboo@gmail.com>
Diffstat (limited to 'libcrypto.pc.in')
-rw-r--r--libcrypto.pc.in2
1 files changed, 1 insertions, 1 deletions
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@
11Requires: 11Requires:
12Conflicts: 12Conflicts:
13Libs: -L${libdir} -lcrypto 13Libs: -L${libdir} -lcrypto
14Libs.private: @LIBS@ 14Libs.private: @LIBS@ @PLATFORM_LDADD@
15Cflags: -I${includedir} 15Cflags: -I${includedir}