.
OBS-URL: https://build.opensuse.org/package/show/editors/emacs?expand=0&rev=415
This commit is contained in:
parent
5bf27168cf
commit
3c58aaf711
@ -56,7 +56,6 @@ BuildRequires: fontconfig-devel
|
||||
BuildRequires: fonts-config
|
||||
BuildRequires: freetype2-devel
|
||||
%ifarch %ix86 %arm
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc13
|
||||
BuildRequires: gcc13-PIE
|
||||
#!BuildIgnore: gcc14
|
||||
@ -392,6 +391,11 @@ popd
|
||||
|
||||
%build
|
||||
umask 022
|
||||
%ifarch %ix86 %arm
|
||||
mkdir bin
|
||||
ln -sf /usr/bin/gcc13 bin/gcc
|
||||
PATH=${PWD}/bin:${PATH}
|
||||
%endif
|
||||
%if %{without autoconf}
|
||||
# We don't want to run autoconf
|
||||
if test configure.ac -nt aclocal.m4 -o m4/gnulib-comp.m4 -nt aclocal.m4 ; then
|
||||
@ -627,6 +631,9 @@ popd
|
||||
|
||||
%install
|
||||
umask 022
|
||||
%ifarch %ix86 %arm
|
||||
PATH=${PWD}/bin:${PATH}
|
||||
%endif
|
||||
#
|
||||
PATH=/sbin:$PATH
|
||||
##
|
||||
|
Loading…
x
Reference in New Issue
Block a user