Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 382004 Details for
Bug 366709
Package request: Cryptodev for Linux and cryptodev use flag for OpenSSL
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Add cryptodev use flag to dev-libs/openssl
openssl_cryptodev_use.patch (text/plain), 1.26 KB, created by
LABBE Corentin
on 2014-08-01 11:33:14 UTC
(
hide
)
Description:
Add cryptodev use flag to dev-libs/openssl
Filename:
MIME Type:
Creator:
LABBE Corentin
Created:
2014-08-01 11:33:14 UTC
Size:
1.26 KB
patch
obsolete
>--- /usr/portage/dev-libs/openssl/openssl-1.0.1h-r1.ebuild 2014-06-06 07:31:11.000000000 +0200 >+++ dev-libs/openssl/openssl-1.0.1h-r1.ebuild 2014-08-01 13:32:44.000000000 +0200 >@@ -15,7 +15,7 @@ > LICENSE="openssl" > SLOT="0" > KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux" >-IUSE="bindist gmp kerberos rfc3779 sse2 static-libs test +tls-heartbeat vanilla zlib" >+IUSE="bindist cryptodev gmp kerberos rfc3779 sse2 static-libs test +tls-heartbeat vanilla zlib" > > # Have the sub-libs in RDEPEND with [static-libs] since, logically, > # our libssl.a depends on libz.a/etc... at runtime. >@@ -30,6 +30,7 @@ > !<net-misc/openssh-5.9_p1-r4 > !<net-libs/neon-0.29.6-r1" > DEPEND="${RDEPEND} >+ cryptodev? ( app-crypt/cryptodev ) > sys-apps/diffutils > >=dev-lang/perl-5 > test? ( sys-devel/bc )" >@@ -84,6 +85,11 @@ > append-flags -fno-strict-aliasing > append-flags $(test-flags-CC -Wa,--noexecstack) > >+ if use cryptodev ;then >+ append-flags -DHAVE_CRYPTODEV >+ append-flags -DUSE_CRYPTODEV_DIGESTS >+ fi >+ > sed -i '1s,^:$,#!'${EPREFIX}'/usr/bin/perl,' Configure #141906 > # The config script does stupid stuff to prompt the user. Kill it. > sed -i '/stty -icanon min 0 time 50; read waste/d' config || die
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 366709
:
272707
|
382002
| 382004 |
397480
|
399084