[blfs] 02/02: Fix building kea with openssl-4
| Newsgroups | gmane.linux.lfs.beyond.book |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch trunk in repository blfs. commit 15422261dde938e776fcd25034842fc46564d9bb Author: Pierre Labastie <[email protected]> AuthorDate: Sat Jul 4 21:16:01 2026 +0200 Fix building kea with openssl-4 --- server/major/kea.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/server/major/kea.xml b/server/major/kea.xml index f0fb628fdd..b4f12fe114 100644 --- a/server/major/kea.xml +++ b/server/major/kea.xml @@ -138,6 +138,13 @@ sed -e "/lexical_cast.hpp/a #include <boost/static_assert.hpp>" \ -i src/lib/log/logger_level_impl.cc \ src/lib/dns/rdataclass.cc</userinput></screen> + <para> + Also apply a fix for building with OpenSSL-4: + </para> + +<screen><userinput>sed -e 's/^[ ]*\(::X509_NAME\)/const \1/' \ + -i src/lib/asiolink/openssl_tls.h</userinput></screen> + <para> Now, install <application>ISC Kea DHCP Server</application> by running the following commands: -- To stop receiving notification emails like this one, please contact the administrator of this repository. -- http://lists.linuxfromscratch.org/sympa/info/blfs-book Unsubscribe: See the above information page