SHA256
1
0

Accepting request 1089598 from devel:languages:nodejs

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1089598
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nodejs20?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2023-05-30 20:01:35 +00:00 committed by Git OBS Bridge
commit 6f451f5f12
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon May 22 14:45:27 UTC 2023 - Adam Majer <adam.majer@suse.de>
- Fix build on SLE12SP5
-------------------------------------------------------------------
Fri May 19 12:17:15 UTC 2023 - Adam Majer <adam.majer@suse.de>

View File

@ -965,6 +965,7 @@ rm test/parallel/test-strace-openat-openssl.js
# needed to fix build on SLE12 SP5
%if 0%{?forced_python_version:1}
sed -i -e "s,'python3','python%{forced_python_version}'," test/parallel/test-child-process-set-blocking.js
sed -i -e "s,^#!/usr/bin/env python3$,#!/usr/bin/python%{forced_python_version}," tools/pseudo-tty.py
%endif
ln addon-rpm.gypi deps/npm/node_modules/node-gyp/addon-rpm.gypi