mirror of
https://src.fedoraproject.org/rpms/nodejs18.git
synced 2024-11-25 01:45:35 +00:00
Fix build on RHEL/CentOS (not EPEL)
This commit is contained in:
parent
40eee81a3b
commit
30962f42ed
1 changed files with 3 additions and 3 deletions
|
@ -114,7 +114,7 @@ BuildRequires: gcc >= 4.8.0
|
||||||
BuildRequires: gcc-c++ >= 4.8.0
|
BuildRequires: gcc-c++ >= 4.8.0
|
||||||
BuildRequires: http-parser-devel >= 2.7.0
|
BuildRequires: http-parser-devel >= 2.7.0
|
||||||
|
|
||||||
%if 0%{?epel}
|
%if 0%{?epel} || 0%{?rhel}
|
||||||
BuildRequires: openssl-devel >= 1:1.0.1
|
BuildRequires: openssl-devel >= 1:1.0.1
|
||||||
%else
|
%else
|
||||||
%if 0%{?fedora} > 25
|
%if 0%{?fedora} > 25
|
||||||
|
@ -168,7 +168,7 @@ Provides: bundled(c-ares) = %{c_ares_version}
|
||||||
Provides: bundled(v8) = %{v8_version}
|
Provides: bundled(v8) = %{v8_version}
|
||||||
|
|
||||||
# Make sure we keep NPM up to date when we update Node.js
|
# Make sure we keep NPM up to date when we update Node.js
|
||||||
%if 0%{?epel}
|
%if 0%{?epel} || 0%{?rhel}
|
||||||
# EPEL doesn't support Recommends, so make it strict
|
# EPEL doesn't support Recommends, so make it strict
|
||||||
Requires: npm = %{npm_epoch}:%{npm_version}-%{npm_release}%{?dist}
|
Requires: npm = %{npm_epoch}:%{npm_version}-%{npm_release}%{?dist}
|
||||||
%else
|
%else
|
||||||
|
@ -248,7 +248,7 @@ rm -rf deps/http-parser \
|
||||||
# Fix GCC7 build
|
# Fix GCC7 build
|
||||||
%patch4 -p1
|
%patch4 -p1
|
||||||
|
|
||||||
%if 0%{?epel}
|
%if 0%{?epel} || 0%{?rhel}
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
%patch5 -p1
|
%patch5 -p1
|
||||||
%endif
|
%endif
|
||||||
|
|
Loading…
Reference in a new issue