Lines 15-21
Link Here
|
15 |
LICENSE="openssl" |
15 |
LICENSE="openssl" |
16 |
SLOT="0" |
16 |
SLOT="0" |
17 |
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" |
17 |
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" |
18 |
IUSE="bindist gmp kerberos rfc3779 sse2 static-libs test +tls-heartbeat vanilla zlib" |
18 |
IUSE="bindist cryptodev gmp kerberos rfc3779 sse2 static-libs test +tls-heartbeat vanilla zlib" |
19 |
|
19 |
|
20 |
# Have the sub-libs in RDEPEND with [static-libs] since, logically, |
20 |
# Have the sub-libs in RDEPEND with [static-libs] since, logically, |
21 |
# our libssl.a depends on libz.a/etc... at runtime. |
21 |
# our libssl.a depends on libz.a/etc... at runtime. |
Lines 30-35
Link Here
|
30 |
!<net-misc/openssh-5.9_p1-r4 |
30 |
!<net-misc/openssh-5.9_p1-r4 |
31 |
!<net-libs/neon-0.29.6-r1" |
31 |
!<net-libs/neon-0.29.6-r1" |
32 |
DEPEND="${RDEPEND} |
32 |
DEPEND="${RDEPEND} |
|
|
33 |
cryptodev? ( app-crypt/cryptodev ) |
33 |
sys-apps/diffutils |
34 |
sys-apps/diffutils |
34 |
>=dev-lang/perl-5 |
35 |
>=dev-lang/perl-5 |
35 |
test? ( sys-devel/bc )" |
36 |
test? ( sys-devel/bc )" |
Lines 84-89
Link Here
|
84 |
append-flags -fno-strict-aliasing |
85 |
append-flags -fno-strict-aliasing |
85 |
append-flags $(test-flags-CC -Wa,--noexecstack) |
86 |
append-flags $(test-flags-CC -Wa,--noexecstack) |
86 |
|
87 |
|
|
|
88 |
if use cryptodev ;then |
89 |
append-flags -DHAVE_CRYPTODEV |
90 |
append-flags -DUSE_CRYPTODEV_DIGESTS |
91 |
fi |
92 |
|
87 |
sed -i '1s,^:$,#!'${EPREFIX}'/usr/bin/perl,' Configure #141906 |
93 |
sed -i '1s,^:$,#!'${EPREFIX}'/usr/bin/perl,' Configure #141906 |
88 |
# The config script does stupid stuff to prompt the user. Kill it. |
94 |
# The config script does stupid stuff to prompt the user. Kill it. |
89 |
sed -i '/stty -icanon min 0 time 50; read waste/d' config || die |
95 |
sed -i '/stty -icanon min 0 time 50; read waste/d' config || die |