FreeBSD Bugzilla – Attachment 163843 Details for
Bug 205018
[PATCH] security/fastd-devel: Disable mpclmul module on FreeBSD 9.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
fastd-devel-9-fix.patch (text/plain), 523 bytes, created by
Raphael Kubo da Costa
on 2015-12-04 14:34:20 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Raphael Kubo da Costa
Created:
2015-12-04 14:34:20 UTC
Size:
523 bytes
patch
obsolete
>--- security/fastd-devel/Makefile >+++ security/fastd-devel/Makefile >@@ -27,7 +27,14 @@ USE_RC_SUBR= fastd_devel > PLIST_FILES= bin/fastd-devel \ > man/man1/fastd-devel.1.gz > >+.include <bsd.port.pre.mk> >+ >+# GCC from base does not support -mpclmul. >+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000024 >+CMAKE_ARGS= -DWITH_MAC_GHASH_PCLMULQDQ=FALSE >+.endif >+ > post-install: > ${INSTALL_MAN} ${WRKSRC}/doc/fastd.1 ${STAGEDIR}${PREFIX}/man/man1/fastd-devel.1 > >-.include <bsd.port.mk> >+.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 205018
:
163843
|
163844