mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -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() {
|
||||
default
|
||||
eautoreconf
|
||||
# Bug https://bugs.gentoo.org/921710
|
||||
sed -i -e '/^-Werror \\$/d' configure.ac || die
|
||||
default
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_install() {
|
||||
Reference in New Issue
Block a user