dev-libs/libsigsegv: Add eautoreconf

Closes: https://bugs.gentoo.org/654222
Package-Manager: Portage-2.3.24, Repoman-2.3.6
This commit is contained in:
Chema Alonso Josa
2018-05-01 16:14:34 +02:00
parent 33c58c4129
commit 2457d91c62

View File

@@ -3,6 +3,8 @@
EAPI=6
inherit autotools
DESCRIPTION="Library for handling page faults in user mode"
HOMEPAGE="https://www.gnu.org/software/libsigsegv/"
SRC_URI="mirror://gnu/libsigsegv/${P}.tar.gz"
@@ -19,7 +21,9 @@ PATCHES=(
src_prepare() {
default
eautoreconf
}
src_configure () {
econf --enable-shared
}