.
OBS-URL: https://build.opensuse.org/package/show/editors/emacs?expand=0&rev=427
This commit is contained in:
parent
7c35c3c073
commit
9271e39785
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 28 11:03:31 UTC 2024 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
- flymake-tests fails with gcc14 on 32bit architectures ... therefore
|
||||
use gcc13 here
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 28 11:02:51 UTC 2024 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
-
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 19 11:46:55 UTC 2024 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
|
@ -55,12 +55,14 @@ BuildRequires: fdupes
|
||||
BuildRequires: fontconfig-devel
|
||||
BuildRequires: fonts-config
|
||||
BuildRequires: freetype2-devel
|
||||
%if 0%{?suse_version} >= 1550
|
||||
%ifarch %ix86 %arm
|
||||
BuildRequires: gcc13
|
||||
BuildRequires: gcc13-PIE
|
||||
#!BuildIgnore: gcc14
|
||||
#!BuildIgnore: gcc14-PIE
|
||||
%endif
|
||||
%endif
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: giflib-devel
|
||||
BuildRequires: git
|
||||
@ -422,10 +424,12 @@ fi
|
||||
%else
|
||||
autoreconf -fiv -I $PWD -I $PWD/m4
|
||||
%endif
|
||||
%if 0%{?suse_version} >= 1550
|
||||
%ifarch %ix86 %arm
|
||||
export CC=gcc-13
|
||||
export AR=gcc-ar-13
|
||||
export RANLIB=gcc-ranlib-13
|
||||
%endif
|
||||
%endif
|
||||
|
||||
cflags ()
|
||||
@ -637,11 +641,13 @@ popd
|
||||
|
||||
%install
|
||||
umask 022
|
||||
%if 0%{?suse_version} >= 1550
|
||||
%ifarch %ix86 %arm
|
||||
export CC=gcc-13
|
||||
export AR=gcc-ar-13
|
||||
export RANLIB=gcc-ranlib-13
|
||||
%endif
|
||||
%endif
|
||||
#
|
||||
PATH=/sbin:$PATH
|
||||
##
|
||||
@ -871,11 +877,13 @@ mkdir -p %{buildroot}%{_sysconfdir}/permissions.d
|
||||
|
||||
%if %{with checks}
|
||||
%check
|
||||
%if 0%{?suse_version} >= 1550
|
||||
%ifarch %ix86 %arm
|
||||
export CC=gcc-13
|
||||
export AR=gcc-ar-13
|
||||
export RANLIB=gcc-ranlib-13
|
||||
%endif
|
||||
%endif
|
||||
make check
|
||||
%endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user