diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2018-06-29 16:01:39 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2018-06-29 16:01:39 -0400 |
commit | 0ac2b3d0550c9153f58ad43d38abe0380ec9f2d3 (patch) | |
tree | e416c6f5f3d486a5b28464d08d40ed2f117a41b8 /dev-libs/libressl | |
parent | dev-db/clickhouse: version bump to 1.1.54388 (diff) | |
download | gentoo-0ac2b3d0550c9153f58ad43d38abe0380ec9f2d3.tar.gz gentoo-0ac2b3d0550c9153f58ad43d38abe0380ec9f2d3.tar.bz2 gentoo-0ac2b3d0550c9153f58ad43d38abe0380ec9f2d3.zip |
dev-libs/libressl: fix bug #657786
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-libs/libressl')
-rw-r--r-- | dev-libs/libressl/libressl-2.6.4.ebuild | 3 | ||||
-rw-r--r-- | dev-libs/libressl/libressl-2.6.5.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/dev-libs/libressl/libressl-2.6.4.ebuild b/dev-libs/libressl/libressl-2.6.4.ebuild index 5f32a09d4194..89d0ddacb56c 100644 --- a/dev-libs/libressl/libressl-2.6.4.ebuild +++ b/dev-libs/libressl/libressl-2.6.4.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit multilib-minimal +inherit autotools multilib-minimal DESCRIPTION="Free version of the SSL/TLS protocol forked from OpenSSL" HOMEPAGE="https://www.libressl.org/" @@ -37,6 +37,7 @@ src_prepare() { configure || die "fixing CFLAGS failed" default + eautoreconf } multilib_src_configure() { diff --git a/dev-libs/libressl/libressl-2.6.5.ebuild b/dev-libs/libressl/libressl-2.6.5.ebuild index ea6984e7a5e8..eae7a5ae1579 100644 --- a/dev-libs/libressl/libressl-2.6.5.ebuild +++ b/dev-libs/libressl/libressl-2.6.5.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit multilib-minimal +inherit autotools multilib-minimal DESCRIPTION="Free version of the SSL/TLS protocol forked from OpenSSL" HOMEPAGE="https://www.libressl.org/" @@ -37,6 +37,7 @@ src_prepare() { configure || die "fixing CFLAGS failed" default + eautoreconf } multilib_src_configure() { |