diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-04-20 16:11:31 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-04-20 16:11:41 -0400 |
commit | 4480c9a175e198a25c8cdf8a81e660bbb957c096 (patch) | |
tree | bbe05b0b2725a7d205230b8f76694a1b9959c8c4 /sys-boot/vboot-utils/vboot-utils-42_p20150219.ebuild | |
parent | mail-client/thunderbird: version bump to 45.0 (diff) | |
download | gentoo-4480c9a175e198a25c8cdf8a81e660bbb957c096.tar.gz gentoo-4480c9a175e198a25c8cdf8a81e660bbb957c096.tar.bz2 gentoo-4480c9a175e198a25c8cdf8a81e660bbb957c096.zip |
sys-boot/vboot-utils: fix build w/newer glibc #580554
Diffstat (limited to 'sys-boot/vboot-utils/vboot-utils-42_p20150219.ebuild')
-rw-r--r-- | sys-boot/vboot-utils/vboot-utils-42_p20150219.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-boot/vboot-utils/vboot-utils-42_p20150219.ebuild b/sys-boot/vboot-utils/vboot-utils-42_p20150219.ebuild index 2a6b0cdb9d81..c8107944cee7 100644 --- a/sys-boot/vboot-utils/vboot-utils-42_p20150219.ebuild +++ b/sys-boot/vboot-utils/vboot-utils-42_p20150219.ebuild @@ -35,6 +35,7 @@ S=${WORKDIR} src_prepare() { epatch "${FILESDIR}"/${P}-cgpt-static.patch + epatch "${FILESDIR}"/${P}-sysmacros.patch #580554 sed -i \ -e 's: -Werror : :g' \ -e 's:${DESTDIR}/\(bin\|${LIBDIR}\):${DESTDIR}/usr/\1:g' \ |