mirror of
https://src.fedoraproject.org/rpms/nodejs18.git
synced 2024-11-28 11:06:08 +00:00
Remove redundant commented out code and document enabling bootstrap
This commit is contained in:
parent
7de27387d9
commit
517073eb59
1 changed files with 3 additions and 6 deletions
|
@ -1,6 +1,7 @@
|
||||||
|
# uncomment to enable bootstrap mode
|
||||||
|
# %%global _with_bootstrap 1
|
||||||
|
|
||||||
# bundle dependencies that are not available as Fedora modules
|
# bundle dependencies that are not available as Fedora modules
|
||||||
# %%{!?_with_bootstrap: %%global bootstrap 1}
|
|
||||||
# use bcond for building modules
|
|
||||||
%bcond_with bootstrap
|
%bcond_with bootstrap
|
||||||
|
|
||||||
# == Master Relase ==
|
# == Master Relase ==
|
||||||
|
@ -140,7 +141,6 @@ BuildRequires: gcc-c++ >= 4.9.4
|
||||||
BuildRequires: chrpath
|
BuildRequires: chrpath
|
||||||
BuildRequires: libatomic
|
BuildRequires: libatomic
|
||||||
|
|
||||||
#%if ! 0%%{?bootstrap}
|
|
||||||
%if %{with bootstrap}
|
%if %{with bootstrap}
|
||||||
Provides: bundled(http-parser) = %{http_parser_version}
|
Provides: bundled(http-parser) = %{http_parser_version}
|
||||||
Provides: bundled(libuv) = %{libuv_version}
|
Provides: bundled(libuv) = %{libuv_version}
|
||||||
|
@ -246,7 +246,6 @@ Requires: openssl-devel%{?_isa}
|
||||||
Requires: zlib-devel%{?_isa}
|
Requires: zlib-devel%{?_isa}
|
||||||
Requires: nodejs-packaging
|
Requires: nodejs-packaging
|
||||||
|
|
||||||
#%if ! 0%%{?bootstrap}
|
|
||||||
%if %{with bootstrap}
|
%if %{with bootstrap}
|
||||||
# deps are bundled
|
# deps are bundled
|
||||||
%else
|
%else
|
||||||
|
@ -368,7 +367,6 @@ export CXXFLAGS="$(echo ${CXXFLAGS} | tr '\n\\' ' ')"
|
||||||
|
|
||||||
export LDFLAGS="%{build_ldflags}"
|
export LDFLAGS="%{build_ldflags}"
|
||||||
|
|
||||||
#%if ! 0%%{?bootstrap}
|
|
||||||
%if %{with bootstrap}
|
%if %{with bootstrap}
|
||||||
./configure --prefix=%{_prefix} \
|
./configure --prefix=%{_prefix} \
|
||||||
--shared \
|
--shared \
|
||||||
|
@ -532,7 +530,6 @@ end
|
||||||
%dir %{_datadir}/systemtap/tapset
|
%dir %{_datadir}/systemtap/tapset
|
||||||
%{_datadir}/systemtap/tapset/node.stp
|
%{_datadir}/systemtap/tapset/node.stp
|
||||||
|
|
||||||
#%if ! 0%%{?bootstrap}
|
|
||||||
%if %{with bootstrap}
|
%if %{with bootstrap}
|
||||||
# no dtrace
|
# no dtrace
|
||||||
%else
|
%else
|
||||||
|
|
Loading…
Reference in a new issue