summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-05-11 16:23:14 -0400
committerMike Frysinger <vapier@gentoo.org>2016-05-11 16:23:28 -0400
commitda6d0e9edc4b36790c6a61ebd1182bf1f4e88f71 (patch)
treed54eabbbbc65f90974e3ceec2f545c166e703077 /sys-boot/vboot-utils
parentwww-client/w3m: add libressl support and clean up USE=migemo (diff)
downloadgentoo-da6d0e9edc4b36790c6a61ebd1182bf1f4e88f71.tar.gz
gentoo-da6d0e9edc4b36790c6a61ebd1182bf1f4e88f71.tar.bz2
gentoo-da6d0e9edc4b36790c6a61ebd1182bf1f4e88f71.zip
sys-boot/vboot-utils: update -Werror disabling #582610
Diffstat (limited to 'sys-boot/vboot-utils')
-rw-r--r--sys-boot/vboot-utils/vboot-utils-51_p20160427.ebuild2
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 "") \