x86: rebuilt without --shared-libuv to fix a segfault on this arch (eg. with hotdoc) [release 14.13.0-2mamba;Thu Oct 08 2020]
This commit is contained in:
parent
98ef55d219
commit
5d24eb41ca
16
nodejs.spec
16
nodejs.spec
@ -1,6 +1,6 @@
|
|||||||
Name: nodejs
|
Name: nodejs
|
||||||
Version: 14.13.0
|
Version: 14.13.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Evented I/O for V8 JavaScript
|
Summary: Evented I/O for V8 JavaScript
|
||||||
Group: System/Servers
|
Group: System/Servers
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -51,9 +51,14 @@ export CXXFLAGS="%{optflags} -g0 -Wl,--no-keep-memory -fuse-ld=gold -Wl,--no-map
|
|||||||
--with-intl=system-icu \
|
--with-intl=system-icu \
|
||||||
--shared-openssl \
|
--shared-openssl \
|
||||||
--shared-zlib \
|
--shared-zlib \
|
||||||
|
%ifnarch %{ix86}
|
||||||
--shared-libuv \
|
--shared-libuv \
|
||||||
|
%endif
|
||||||
--experimental-http-parser \
|
--experimental-http-parser \
|
||||||
--shared-cares
|
--shared-cares \
|
||||||
|
%ifarch arm
|
||||||
|
--dest-cpu=arm --with-arm-float-abi=softfp --with-arm-fpu=neon
|
||||||
|
%endif
|
||||||
|
|
||||||
%make
|
%make
|
||||||
# --shared-nghttp2
|
# --shared-nghttp2
|
||||||
@ -94,9 +99,16 @@ ln -s node %{buildroot}/%{_bindir}/nodejs
|
|||||||
%{_includedir}/node/cppgc/*
|
%{_includedir}/node/cppgc/*
|
||||||
%dir %{_includedir}/node/libplatform
|
%dir %{_includedir}/node/libplatform
|
||||||
%{_includedir}/node/libplatform/*.h
|
%{_includedir}/node/libplatform/*.h
|
||||||
|
%ifarch %{ix86}
|
||||||
|
%dir %{_includedir}/node/uv
|
||||||
|
%{_includedir}/node/uv/*.h
|
||||||
|
%endif
|
||||||
#%doc ChangeLog
|
#%doc ChangeLog
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 08 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 14.13.0-2mamba
|
||||||
|
- x86: rebuilt without --shared-libuv to fix a segfault on this arch (eg. with hotdoc)
|
||||||
|
|
||||||
* Tue Oct 06 2020 Automatic Build System <autodist@mambasoft.it> 14.13.0-1mamba
|
* Tue Oct 06 2020 Automatic Build System <autodist@mambasoft.it> 14.13.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user