FreeBSD Bugzilla – Attachment 210348 Details for
Bug 242988
irc/eggdrop: Fails to link with libressl (any non-Base OpenSSL)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to support other versions of OpenSSL/LibreSSL
eggdrop-default_versions-ssl-linker.patch (text/plain), 483 bytes, created by
wcarson.bugzilla
on 2019-12-31 07:24:24 UTC
(
hide
)
Description:
Patch to support other versions of OpenSSL/LibreSSL
Filename:
MIME Type:
Creator:
wcarson.bugzilla
Created:
2019-12-31 07:24:24 UTC
Size:
483 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 521596) >+++ Makefile (working copy) >@@ -19,7 +19,9 @@ > > GNU_CONFIGURE= yes > CONFIGURE_ARGS+=--with-tcllib=${LOCALBASE}/lib/libtcl${TCL_SHLIB_VER}.so \ >- --with-tclinc=${LOCALBASE}/include/tcl${TCL_VER}/tcl.h >+ --with-tclinc=${LOCALBASE}/include/tcl${TCL_VER}/tcl.h \ >+ --with-sslinc=${OPENSSLINC} \ >+ --with-ssllib=${OPENSSLLIB} > > MAKE_JOBS_UNSAFE= yes > LLD_UNSAFE= yes
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 Diff
View Attachment As Raw
Flags:
wcarson.bugzilla:
maintainer-approval?
Actions:
View
|
Diff
Attachments on
bug 242988
: 210348