Browse Source

just use autoconf213 as upstream

* remove the autoconf213 patch as we can easily build autoconf213

Signed-off-by: Toshaan Bharvani <toshaan@powerel.org>
master
Toshaan Bharvani 3 years ago
parent
commit
3972030bc9
  1. 5
      SPECS/mozjs78.spec

5
SPECS/mozjs78.spec

@ -83,6 +83,7 @@ BuildRequires: python3-setuptools
BuildRequires: python3-six BuildRequires: python3-six
BuildRequires: readline-devel BuildRequires: readline-devel
BuildRequires: zip BuildRequires: zip
BuildRequires: autoconf213


%if 0%{?big_endian} %if 0%{?big_endian}
BuildRequires: icu BuildRequires: icu
@ -137,8 +138,8 @@ pushd ../..
%patch30 -p1 %patch30 -p1


# Avoid autoconf213 dependency # Avoid autoconf213 dependency
%patch31 -p1 -b .autoconf213 #%patch31 -p1 -b .autoconf213
%patch32 -p1 -b .autoconf213-2 #%patch32 -p1 -b .autoconf213-2


# Copy out the LICENSE file # Copy out the LICENSE file
cp LICENSE js/src/ cp LICENSE js/src/

Loading…
Cancel
Save