mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
sys-boot/vboot-utils: update -Werror disabling #582610
This commit is contained in:
@@ -35,7 +35,6 @@ S=${WORKDIR}
|
||||
|
||||
src_prepare() {
|
||||
sed -i \
|
||||
-e 's: -Werror : :g' \
|
||||
-e 's:${DESTDIR}/\(bin\|${LIBDIR}\):${DESTDIR}/usr/\1:g' \
|
||||
-e 's:${DESTDIR}/default:${DESTDIR}/etc/default:g' \
|
||||
Makefile || die
|
||||
@@ -50,6 +49,7 @@ _emake() {
|
||||
HOST_ARCH=${arch} \
|
||||
LIBDIR="$(get_libdir)" \
|
||||
DEBUG_FLAGS= \
|
||||
WERROR= \
|
||||
MINIMAL=$(usev minimal) \
|
||||
STATIC=$(usev static) \
|
||||
$(usex elibc_musl HAVE_MUSL=1 "") \
|
||||
|
||||
Reference in New Issue
Block a user