From 517073eb590938e95cba95ad934339ae8ce8cd92 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 31 Jul 2019 08:38:46 +0100 Subject: [PATCH] Remove redundant commented out code and document enabling bootstrap --- nodejs.spec | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/nodejs.spec b/nodejs.spec index d5a4ceb..dbbdd24 100644 --- a/nodejs.spec +++ b/nodejs.spec @@ -1,6 +1,7 @@ +# uncomment to enable bootstrap mode +# %%global _with_bootstrap 1 + # bundle dependencies that are not available as Fedora modules -# %%{!?_with_bootstrap: %%global bootstrap 1} -# use bcond for building modules %bcond_with bootstrap # == Master Relase == @@ -140,7 +141,6 @@ BuildRequires: gcc-c++ >= 4.9.4 BuildRequires: chrpath BuildRequires: libatomic -#%if ! 0%%{?bootstrap} %if %{with bootstrap} Provides: bundled(http-parser) = %{http_parser_version} Provides: bundled(libuv) = %{libuv_version} @@ -246,7 +246,6 @@ Requires: openssl-devel%{?_isa} Requires: zlib-devel%{?_isa} Requires: nodejs-packaging -#%if ! 0%%{?bootstrap} %if %{with bootstrap} # deps are bundled %else @@ -368,7 +367,6 @@ export CXXFLAGS="$(echo ${CXXFLAGS} | tr '\n\\' ' ')" export LDFLAGS="%{build_ldflags}" -#%if ! 0%%{?bootstrap} %if %{with bootstrap} ./configure --prefix=%{_prefix} \ --shared \ @@ -532,7 +530,6 @@ end %dir %{_datadir}/systemtap/tapset %{_datadir}/systemtap/tapset/node.stp -#%if ! 0%%{?bootstrap} %if %{with bootstrap} # no dtrace %else