FreeBSD Bugzilla – Attachment 194620 Details for
Bug 228438
security/acme-client: dies with "bad exit: netproc(29011): 1\0"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Covert to the net/openntpd method of statically linking against libressl libraries
patch.txt (text/plain), 1.36 KB, created by
Craig Leres
on 2018-06-25 06:03:14 UTC
(
hide
)
Description:
Covert to the net/openntpd method of statically linking against libressl libraries
Filename:
MIME Type:
Creator:
Craig Leres
Created:
2018-06-25 06:03:14 UTC
Size:
1.36 KB
patch
obsolete
>Index: security/acme-client/Makefile >=================================================================== >--- security/acme-client/Makefile (revision 473289) >+++ security/acme-client/Makefile (working copy) >@@ -56,17 +56,20 @@ > > .include <bsd.port.pre.mk> > >-.if ! ${SSL_DEFAULT:Mlibressl*} >-. ifnmake describe >-STAGEDIR_libressl!= ${MAKE} -V STAGEDIR -C ${PORTSDIR}/security/libressl >-. endif >-BUILD_DEPENDS+= ${NONEXISTENT}:security/libressl:stage >-CPPFLAGS+= -I${STAGEDIR_libressl}${LOCALBASE}/include >-LDFLAGS+= ${STAGEDIR_libressl}${LOCALBASE}/lib/libtls.a \ >- ${STAGEDIR_libressl}${LOCALBASE}/lib/libssl.a \ >- ${STAGEDIR_libressl}${LOCALBASE}/lib/libcrypto.a >-post-configure: >- ${REINPLACE_CMD} 's/-l[a-z]*//g' ${WRKSRC}/GNUmakefile >+# Requires libtls from LibreSSL >+.if ${SSL_DEFAULT:Mlibressl*} >+CPPFLAGS+= -I${OPENSSLINC} >+LDFLAGS+= -L${OPENSSLLIB} >+.else # SSL_DEFAULT >+BUILD_DEPENDS+= ${NONEXISTENT}:security/libressl:stage >+CPPFLAGS+= -I${WRKDIR}/libressl/include >+LDFLAGS+= -L${WRKDIR}/libressl/lib >+ >+# Don't use COPYTREE_SHARE here as it hard links files, and the original files >+# are owned by root, which creates problems of its own. >+pre-configure: >+ @cd `${MAKE} -V STAGEDIR -C ${PORTSDIR}/security/libressl`${PREFIX} \ >+ && ${FIND} -E . ! -name *.so\* | ${CPIO} -dump ${WRKDIR}/libressl >/dev/null 2>&1 > .endif # SSL_DEFAULT > > .include <bsd.port.post.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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 228438
:
193632
|
194620
|
195282
|
195392