mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user