automatic version update by autodist [release 18.11.0-1mamba;Sat Oct 15 2022]
This commit is contained in:
parent
c17845c7ce
commit
281c4fb436
13
nodejs.spec
13
nodejs.spec
@ -1,5 +1,5 @@
|
||||
Name: nodejs
|
||||
Version: 18.10.0
|
||||
Version: 18.11.0
|
||||
Release: 1mamba
|
||||
Summary: Evented I/O for V8 JavaScript
|
||||
Group: System/Servers
|
||||
@ -35,13 +35,14 @@ This package contains libraries and header files for developing applications tha
|
||||
|
||||
%prep
|
||||
%setup -q -n node-v%{version}
|
||||
#-D -T
|
||||
|
||||
%build
|
||||
#:<< _EOF
|
||||
%ifnarch x86_64
|
||||
export CFLAGS="%{optflags} -g0 -Wl,--no-keep-memory -fuse-ld=gold -Wl,--no-map-whole-files -Wl,--no-keep-files-mapped"
|
||||
export CXXFLAGS="%{optflags} -g0 -Wl,--no-keep-memory -fuse-ld=gold -Wl,--no-map-whole-files -Wl,--no-keep-files-mapped"
|
||||
%else
|
||||
export CFLAGS="%{optflags}"
|
||||
export CXXFLAGS="%{optflags}"
|
||||
%endif
|
||||
|
||||
./configure \
|
||||
@ -58,7 +59,8 @@ export CXXFLAGS="%{optflags} -g0 -Wl,--no-keep-memory -fuse-ld=gold -Wl,--no-map
|
||||
--dest-cpu=arm --with-arm-float-abi=softfp --with-arm-fpu=neon
|
||||
%endif
|
||||
|
||||
%make -j2
|
||||
# Not using % make because setting different CFLAGS will do the whole rebuild in % makeinstall
|
||||
make -j2
|
||||
# --shared-nghttp2
|
||||
# --without-npm \
|
||||
|
||||
@ -107,6 +109,9 @@ ln -s node %{buildroot}/%{_bindir}/nodejs
|
||||
#%doc ChangeLog
|
||||
|
||||
%changelog
|
||||
* Sat Oct 15 2022 Automatic Build System <autodist@mambasoft.it> 18.11.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Sep 29 2022 Automatic Build System <autodist@mambasoft.it> 18.10.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user