SHA256
1
0
forked from pool/flex

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
This commit is contained in:
Ismail Dönmez 2011-10-03 17:47:23 +00:00 committed by Git OBS Bridge
parent 6dce3316da
commit 74f908f1a1
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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