FreeBSD Bugzilla – Attachment 198062 Details for
Bug 232133
mail/libdomainkeys: Fix OpenSSL Build
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
OpenSSL patch
libdomainkeys (text/plain), 1.04 KB, created by
Nathan
on 2018-10-12 13:53:21 UTC
(
hide
)
Description:
OpenSSL patch
Filename:
MIME Type:
Creator:
Nathan
Created:
2018-10-12 13:53:21 UTC
Size:
1.04 KB
patch
obsolete
>Index: mail/libdomainkeys/Makefile >=================================================================== >--- mail/libdomainkeys/Makefile (revision 481687) >+++ mail/libdomainkeys/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= libdomainkeys > PORTVERSION= 0.69 >+PORTREVISION= 1 > CATEGORIES= mail > MASTER_SITES= SF/domainkeys/${PORTNAME}/${PORTVERSION} > >@@ -14,6 +15,7 @@ > SHLIB_MAJOR= 3 > PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}" > MAKE_ENV= SHLIB_MAJOR="${SHLIB_MAJOR}" >+LDFLAGS= -lssl -lcrypto > > post-patch: > @${CP} ${FILESDIR}/Makefile ${WRKSRC}/Makefile >Index: mail/libdomainkeys/files/Makefile >=================================================================== >--- mail/libdomainkeys/files/Makefile (revision 481687) >+++ mail/libdomainkeys/files/Makefile (working copy) >@@ -6,8 +6,8 @@ > > LIBDIR= ${PREFIX}/lib > INCLUDEDIR= ${PREFIX}/include >-CFLAGS+= -DBIND_8_COMPAT -I${OPENSSLBASE}/include >-LDFLAGS+= -lcrypto -L${OPENSSLBASE}/lib >+CFLAGS= -DBIND_8_COMPAT -I{OPENSSLBASE}/include -L${OPENSSLLIB} >+LDFLAGS= -L${OPENSSLLIB} -lssl -lcrypto > > NO_PROFILE= >
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
Actions:
View
|
Diff
Attachments on
bug 232133
:
197982
|
198020
|
198062
|
198064
|
198073
|
198085