FreeBSD Bugzilla – Attachment 96449 Details for
Bug 135064
Add SSE2 OPTION to security/scrypt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
scrypt.diff
scrypt.diff (text/plain), 447 bytes, created by
Colin Percival
on 2009-05-29 19:50:01 UTC
(
hide
)
Description:
scrypt.diff
Filename:
MIME Type:
Creator:
Colin Percival
Created:
2009-05-29 19:50:01 UTC
Size:
447 bytes
patch
obsolete
>diff -ruN security/scrypt.old/Makefile security/scrypt/Makefile >--- security/scrypt.old/Makefile 2009-05-29 11:35:16.000000000 -0700 >+++ security/scrypt/Makefile 2009-05-29 11:39:27.000000000 -0700 >@@ -21,4 +21,14 @@ > > MAN1= scrypt.1 > >+OPTIONS= SSE2 "Use SSE2-optimized code" Off >+ >+.include <bsd.port.options.mk> >+ >+.if defined(WITH_SSE2) >+CONFIGURE_ARGS+= --enable-sse2 >+.else >+CONFIGURE_ARGS+= --disable-sse2 >+.endif >+ > .include <bsd.port.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 135064
: 96449