Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F142765062
D29877.id88672.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
548 B
Referenced Files
None
Subscribers
None
D29877.id88672.diff
View Options
diff --git a/net/qt5-network/Makefile b/net/qt5-network/Makefile
--- a/net/qt5-network/Makefile
+++ b/net/qt5-network/Makefile
@@ -27,6 +27,11 @@
BROKEN= Qt5 requires Openssl 1.1.1, upgrade to FreeBSD 12.x/13.x or add DEFAULT_VERSIONS+=ssl=[openssl|libressl*] to /etc/make.conf
.endif
+# LibreSSL does not currently support BIO_ADDR in DTLSv1_listen()
+.if ${SSL_DEFAULT:Mlibressl*}
+CONFIGURE_ARGS+= -no-feature-dtls
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
${BUILD_WRKSRC}/ssl/qsslsocket_openssl.cpp
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 24, 8:15 AM (12 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27895179
Default Alt Text
D29877.id88672.diff (548 B)
Attached To
Mode
D29877: net/qt5-network: fix build with LibreSSL 3.3.2
Attached
Detach File
Event Timeline
Log In to Comment