From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/blueness:master commit in: net-libs/cyassl/
Date: Wed, 11 Apr 2012 01:26:15 +0000 (UTC) [thread overview]
Message-ID: <1334107566.3d49739044a199b7bfe8d9c51e2c138e63110505.blueness@gentoo> (raw)
commit: 3d49739044a199b7bfe8d9c51e2c138e63110505
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 11 01:26:06 2012 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Apr 11 01:26:06 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/blueness.git;a=commit;h=3d497390
net-libs/cyassl: fast or huge math not pie friendly on x86
---
net-libs/cyassl/Manifest | 2 +-
net-libs/cyassl/cyassl-2.0.8.ebuild | 9 +++++++--
2 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/net-libs/cyassl/Manifest b/net-libs/cyassl/Manifest
index 63ce8a7..6d3c3c4 100644
--- a/net-libs/cyassl/Manifest
+++ b/net-libs/cyassl/Manifest
@@ -1,5 +1,5 @@
AUX cyassl-2.0.8-disable-testsuit-ifnothreads.patch 734 RMD160 c784e25897f1196330982d1e70a5ee0f9146316f SHA1 b0bf5bf802541cd9e1d208496776a3605f47a1a5 SHA256 972057b9a614bf0ea4e3acf87df7ce4e528a67a59799ff7991b51cf3f85442ba
AUX cyassl-2.0.8-fix-gnustack.patch 390 RMD160 e6e15c80e750b6872bcde37a1378885d60a688dc SHA1 797a2918b11b123a68e6b83013a329884fa5bc3a SHA256 8a8bed2bf340081cde93bdd3790a90775f8dad79c12e9fdd4355bb9f0fa2640f
DIST cyassl-2.0.8.tar.gz 747694 RMD160 d5507037d5a88b983aa345014985fe89b8a0c282 SHA1 52eb1087ebfdeb19438bcdf9f21aa20ed9c0b06f SHA256 c629c1e8ab7e2fa9d0d8d575caaceb3325384f86e88288a07d156380d1bf3ab4
-EBUILD cyassl-2.0.8.ebuild 2753 RMD160 3dad98b02462cdbed85d89530d5c07beba291f45 SHA1 15a051d3d59ff1a928f87ad640493bdfb63d5e60 SHA256 38d92dc7df134f9a82af3298168d887e18a2ad2f760376b8f8626da55abb9113
+EBUILD cyassl-2.0.8.ebuild 2884 RMD160 46ec8d7f0a10d6dff41e79993372123a3fbe3fa4 SHA1 5677e97c028e2bd694291beff95ddf0fc9f9c927 SHA256 d1abaca0f3e409177a87b43a3eef08ad9a9a7a5ea5f344ceeab7960b1b17e32b
MISC metadata.xml 1304 RMD160 ed7c2b27d40c079350ffbf95fcabeda053d2bc6d SHA1 11a85fe5e88b93eec6c91daec33886c23f408f41 SHA256 e9ab659127538acac61926181d1427c036ef49f40db3ff166cd8f20f4ba71c87
diff --git a/net-libs/cyassl/cyassl-2.0.8.ebuild b/net-libs/cyassl/cyassl-2.0.8.ebuild
index 1233173..2403687 100644
--- a/net-libs/cyassl/cyassl-2.0.8.ebuild
+++ b/net-libs/cyassl/cyassl-2.0.8.ebuild
@@ -43,14 +43,19 @@ src_configure() {
myconf+=( --enable-singleThreaded )
fi
+ if use amd64; then
+ myconf+=( --enable-fastmath --enable-fasthugemath )
+ elif use x86; then
+ #not pie friendly, sorry x86, no fast math for you :(
+ myconf+=( --disable-fastmath --disable-fasthugemath )
+ fi
+
#There are lots of options, so we'll force a few reasonable
#We may change this in the future, in particular ecc needs to be fixed
econf \
--enable-opensslExtra \
--enable-fortress \
--enable-bump \
- --enable-fastmath \
- --enable-fasthugemath \
--enable-keygen \
--enable-certgen \
--disable-debug \
next reply other threads:[~2012-04-11 1:26 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-11 1:26 Anthony G. Basile [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-04-11 1:47 [gentoo-commits] dev/blueness:master commit in: net-libs/cyassl/ Anthony G. Basile
2012-04-11 1:40 Anthony G. Basile
2012-04-10 23:13 Anthony G. Basile
2012-04-10 20:57 Anthony G. Basile
2012-04-09 23:18 Anthony G. Basile
2012-04-09 17:02 Anthony G. Basile
2012-04-09 17:01 Anthony G. Basile
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1334107566.3d49739044a199b7bfe8d9c51e2c138e63110505.blueness@gentoo \
--to=blueness@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox