summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2013-02-12 00:29:23 +0000
committerAnthony G. Basile <blueness@gentoo.org>2013-02-12 00:29:23 +0000
commitdc7ad368ac60c3156ab764ecf3242a05b7fd2096 (patch)
tree015e4996841c2b60a538449bb09885eb6ad8c957 /net-libs/cyassl
parentVersion bump to 0.8.5 (diff)
downloadgentoo-2-dc7ad368ac60c3156ab764ecf3242a05b7fd2096.tar.gz
gentoo-2-dc7ad368ac60c3156ab764ecf3242a05b7fd2096.tar.bz2
gentoo-2-dc7ad368ac60c3156ab764ecf3242a05b7fd2096.zip
Workaround eautoreconf which WANT_AUTOMAKE=1.12 which is still ~arch
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'net-libs/cyassl')
-rw-r--r--net-libs/cyassl/ChangeLog5
-rw-r--r--net-libs/cyassl/cyassl-2.5.0.ebuild13
2 files changed, 9 insertions, 9 deletions
diff --git a/net-libs/cyassl/ChangeLog b/net-libs/cyassl/ChangeLog
index ad2894a5b12d..d93f44a35770 100644
--- a/net-libs/cyassl/ChangeLog
+++ b/net-libs/cyassl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/cyassl
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/cyassl/ChangeLog,v 1.29 2013/02/06 03:22:05 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/cyassl/ChangeLog,v 1.30 2013/02/12 00:29:23 blueness Exp $
+
+ 12 Feb 2013; Anthony G. Basile <blueness@gentoo.org> cyassl-2.5.0.ebuild:
+ Workaround eautoreconf which WANT_AUTOMAKE=1.12 which is still ~arch
06 Feb 2013; Anthony G. Basile <blueness@gentoo.org> -cyassl-2.0.8-r1.ebuild,
-cyassl-2.2.0.ebuild, -cyassl-2.3.0.ebuild, -cyassl-2.4.0.ebuild,
diff --git a/net-libs/cyassl/cyassl-2.5.0.ebuild b/net-libs/cyassl/cyassl-2.5.0.ebuild
index f32b3cca0df6..e82e39372093 100644
--- a/net-libs/cyassl/cyassl-2.5.0.ebuild
+++ b/net-libs/cyassl/cyassl-2.5.0.ebuild
@@ -1,12 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/cyassl/cyassl-2.5.0.ebuild,v 1.2 2013/02/06 03:16:53 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/cyassl/cyassl-2.5.0.ebuild,v 1.3 2013/02/12 00:29:23 blueness Exp $
EAPI="5"
-WANT_AUTOMAKE=1.12
-
-inherit autotools eutils
+inherit eutils
DESCRIPTION="Lightweight SSL/TLS library targeted at embedded and RTOS environments"
HOMEPAGE="http://www.yassl.com/yaSSL/Home.html"
@@ -35,10 +33,6 @@ RDEPEND="${DEPEND}"
src_prepare() {
epatch "${FILESDIR}"/${PN}-2.0.8-disable-testsuit-ifnothreads.patch
-
- #Bug #454300
- epatch "${FILESDIR}"/${PN}-2.4.6-respect-CFLAGS.patch
- eautoreconf
}
src_configure() {
@@ -57,6 +51,9 @@ src_configure() {
myconf+=( --disable-fastmath --disable-fasthugemath --disable-bump )
fi
+ #Bug #454300
+ export C_EXTRA_FLAGS=${CFLAGS}
+
#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 \