mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
dev-libs/luksmeta: fix src_prepare phase
Closes: https://bugs.gentoo.org/944082 Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
@@ -25,10 +25,10 @@ PATCHES=(
|
|||||||
)
|
)
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
default
|
|
||||||
eautoreconf
|
|
||||||
# Bug https://bugs.gentoo.org/921710
|
# Bug https://bugs.gentoo.org/921710
|
||||||
sed -i -e '/^-Werror \\$/d' configure.ac || die
|
sed -i -e '/^-Werror \\$/d' configure.ac || die
|
||||||
|
default
|
||||||
|
eautoreconf
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
Reference in New Issue
Block a user