From d223997faf36b70fa15ae794869afbdf475d338e Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 16 Jun 2016 11:11:14 -0400 Subject: sys-libs/libunwind: disable test building in 1.2_rc1 too --- sys-libs/libunwind/libunwind-1.2_rc1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sys-libs') diff --git a/sys-libs/libunwind/libunwind-1.2_rc1.ebuild b/sys-libs/libunwind/libunwind-1.2_rc1.ebuild index 5aa3d7093eba..8c8146944d4a 100644 --- a/sys-libs/libunwind/libunwind-1.2_rc1.ebuild +++ b/sys-libs/libunwind/libunwind-1.2_rc1.ebuild @@ -35,6 +35,10 @@ src_prepare() { echo 'int main(){return 0;}' > tests/Gtest-dyn1.c echo 'int main(){return 0;}' > tests/Ltest-dyn1.c + # Since we have tests disabled via RESTRICT, disable building in the subdir + # entirely. This worksaround some build errors too. #484846 + sed -i -e '/^SUBDIRS/s:tests::' Makefile.in || die + elibtoolize } -- cgit v1.2.3-65-gdbad