FreeBSD Bugzilla – Attachment 242257 Details for
Bug 271495
net/libwebsockets: Fix include directory in for cmake files
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Patch to correct ssl includes.
file_271495.txt (text/plain), 609 bytes, created by
Robert Kruus
on 2023-05-18 17:52:01 UTC
(
hide
)
Description:
Patch to correct ssl includes.
Filename:
MIME Type:
Creator:
Robert Kruus
Created:
2023-05-18 17:52:01 UTC
Size:
609 bytes
patch
obsolete
>--- Makefile 2023-05-18 11:35:21.454705000 -0600 >+++ Makefile.new 2023-05-18 11:36:43.463342000 -0600 >@@ -84,7 +84,7 @@ > > # Allow usage of LibreSSL via OPENSSL option > .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 >+CMAKE_ARGS+= -DLWS_OPENSSL_LIBRARIES='${OPENSSLLIB}/libtls.so;${OPENSSLLIB}/libssl.so;${OPENSSLLIB}/libcrypto.so' -DLWS_OPENSSL_INCLUDE_DIRS=${OPENSSLINC}/openssl > .endif > > .include <bsd.port.mk>
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 271495
: 242257 |
242268