From 74f908f1a17389353cffc1a2c57681ab65b5a264bca7db0dbff4650a3543930d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 3 Oct 2011 17:47:23 +0000 Subject: [PATCH] Accepting request 86264 from openSUSE:Factory:ARM - fix compile failure outside ARM OBS-URL: https://build.opensuse.org/request/show/86264 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/flex?expand=0&rev=8 --- flex.changes | 5 +++++ flex.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/flex.changes b/flex.changes index d21a16e..10db9e3 100644 --- a/flex.changes +++ b/flex.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 3 17:09:45 CEST 2011 - dmueller@suse.de + +- fix compile failure outside ARM + ------------------------------------------------------------------- Fri Sep 30 11:13:00 UTC 2011 - max@suse.com diff --git a/flex.spec b/flex.spec index f067d29..44b1699 100644 --- a/flex.spec +++ b/flex.spec @@ -64,7 +64,7 @@ autoreconf -fi make %{?_smp_mflags} %check -%if !%qemu_user_space_build +%if !0%{?qemu_user_space_build:1} make check %endif