diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-05-11 16:23:14 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-05-11 16:23:28 -0400 |
commit | da6d0e9edc4b36790c6a61ebd1182bf1f4e88f71 (patch) | |
tree | d54eabbbbc65f90974e3ceec2f545c166e703077 /sys-boot | |
parent | www-client/w3m: add libressl support and clean up USE=migemo (diff) | |
download | gentoo-da6d0e9edc4b36790c6a61ebd1182bf1f4e88f71.tar.gz gentoo-da6d0e9edc4b36790c6a61ebd1182bf1f4e88f71.tar.bz2 gentoo-da6d0e9edc4b36790c6a61ebd1182bf1f4e88f71.zip |
sys-boot/vboot-utils: update -Werror disabling #582610
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/vboot-utils/vboot-utils-51_p20160427.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-boot/vboot-utils/vboot-utils-51_p20160427.ebuild b/sys-boot/vboot-utils/vboot-utils-51_p20160427.ebuild index 803dbd37d47c..18a27d7506d7 100644 --- a/sys-boot/vboot-utils/vboot-utils-51_p20160427.ebuild +++ b/sys-boot/vboot-utils/vboot-utils-51_p20160427.ebuild @@ -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 "") \ |