]> git.pld-linux.org Git - packages/commoncpp2.git/blame - commoncpp2-link.patch
- fix building with gcc 11, rebuild with openssl 3.0.0, rel 6
[packages/commoncpp2.git] / commoncpp2-link.patch
CommitLineData
8fc0cf85
JB
1--- commoncpp2-1.8.1/m4/ost_ssl.m4.orig 2010-10-31 23:01:26.000000000 +0100
2+++ commoncpp2-1.8.1/m4/ost_ssl.m4 2012-01-02 20:05:34.673205812 +0100
3@@ -41,7 +41,7 @@
4 # ])
5 # ],[
6 AC_CHECK_HEADER(openssl/ssl.h,[
7- SSL_LIBS="-lssl"
8+ SSL_LIBS="-lssl -lcrypto"
9 ost_cv_ssl=true
10 AC_DEFINE(CCXX_OPENSSL, [1], [define openssl])
11 AC_DEFINE(CCXX_SSL, [OPENSSL], [defines ssl])
This page took 0.086134 seconds and 4 git commands to generate.