FreeBSD Bugzilla – Attachment 227740 Details for
Bug 258345
net/libwebsockets: Fix building with LibreSSL
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Force use of libressl libs/includes in build if required.
file_258345.txt (text/plain), 512 bytes, created by
Robert Kruus
on 2021-09-07 17:34:59 UTC
(
hide
)
Description:
Force use of libressl libs/includes in build if required.
Filename:
MIME Type:
Creator:
Robert Kruus
Created:
2021-09-07 17:34:59 UTC
Size:
512 bytes
patch
obsolete
>--- /usr/ports/net/libwebsockets/Makefile 2021-09-07 09:33:55.772512000 -0600 >+++ /usr/ports/local/libwebsockets/Makefile 2021-09-07 11:04:10.538253000 -0600 >@@ -80,3 +80,7 @@ > BUILDINFO= ${HOSTARCH}-portbld-${OPSYS:tl}-${OSREL:R} > > .include <bsd.port.mk> >+ >+.if ${PORT_OPTIONS:MOPENSSL} && ${SSL_DEFAULT} == libressl >+CMAKE_ARGS+= -DLWS_OPENSSL_LIBRARIES='${OPENSSLLIB}/libtls.so;${OPENSSLLIB}/libssl.so;${OPENSSLLIB}/libcrypto.so' -DLWS_OPENSSL_INCLUDE_DIRS=${OPENSSLINC}/ssl >+.endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 258345
: 227740 |
228453