dev-libs/libressl: fix bug #657786
authorAnthony G. Basile <blueness@gentoo.org>
Fri, 29 Jun 2018 20:01:39 +0000 (16:01 -0400)
committerAnthony G. Basile <blueness@gentoo.org>
Fri, 29 Jun 2018 20:01:39 +0000 (16:01 -0400)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-libs/libressl/libressl-2.6.4.ebuild
dev-libs/libressl/libressl-2.6.5.ebuild

index 5f32a09d41940ddc637eafdd2615eb0ed837527b..89d0ddacb56c3f0866d882277a09c06af6908071 100644 (file)
@@ -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() {
index ea6984e7a5e861523c565778e42526e1747ae0e0..eae7a5ae1579fee2e42ba694d5741fe4ed7be390 100644 (file)
@@ -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() {