Accepting request 85790 from home:rmax:branches:devel:tools:compiler
Fix and speedup build on ARM OBS-URL: https://build.opensuse.org/request/show/85790 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/flex?expand=0&rev=7
This commit is contained in:
parent
045503c1cd
commit
6dce3316da
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 30 11:13:00 UTC 2011 - max@suse.com
|
||||||
|
|
||||||
|
- Skip the test suite when building in qemu userspace emulation
|
||||||
|
to fix and speedup build on ARM.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de
|
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package flex (Version 2.5.35)
|
# spec file for package flex
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,6 +15,8 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: flex
|
Name: flex
|
||||||
BuildRequires: bison gcc-c++ help2man
|
BuildRequires: bison gcc-c++ help2man
|
||||||
Url: http://flex.sourceforge.net/
|
Url: http://flex.sourceforge.net/
|
||||||
@ -62,7 +64,9 @@ autoreconf -fi
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
%if !%qemu_user_space_build
|
||||||
make check
|
make check
|
||||||
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user