From a8ec5944c4a9ff76eb043f771532fe2cfeca58fd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Fri, 31 Oct 2014 00:19:50 +0100 Subject: [PATCH] - disable GCJ at testing as java related tests don't work properly --- libtool.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtool.spec b/libtool.spec index 807b146..b2c4441 100644 --- a/libtool.spec +++ b/libtool.spec @@ -176,7 +176,7 @@ cd .. %{__make} -%{?with_tests:%{__make} check %{!?with_tests_expensive:TESTSUITEFLAGS='-k "!expensive"'}} +%{?with_tests:%{__make} check GCJ= %{!?with_tests_expensive:TESTSUITEFLAGS='-k "!expensive"'}} %install rm -rf $RPM_BUILD_ROOT -- 2.44.0