Mageia Bugzilla – Attachment 12650 Details for
Bug 28809
v8 headers not found because they depend on nodejs-devel headers that are in non-default search path
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
Fixes the v8-detection by adding a missing symlink creation to rpm spec file
nodejs-14.16.0-2.mga8_spec_v8_detect_fix.patch (text/plain), 778 bytes, created by
Mika Laitio
on 2021-04-19 14:27:42 CEST
(
hide
)
Description:
Fixes the v8-detection by adding a missing symlink creation to rpm spec file
Filename:
MIME Type:
Creator:
Mika Laitio
Created:
2021-04-19 14:27:42 CEST
Size:
778 bytes
patch
obsolete
>--- nodejs-14.16.0-2.mga8_orig.spec 2021-04-14 21:13:11.412813259 +0300 >+++ nodejs-14.16.0-2.mga8_fixed.spec 2021-04-14 21:14:17.279278620 +0300 >@@ -417,6 +417,7 @@ > header=$(basename ${header}) > ln -s %{_includedir}/node/${header} %{buildroot}%{_includedir}/${header} > done >+ln -s ./node/cppgc %{buildroot}%{_includedir}/cppgc > for soname in libv8 libv8_libbase libv8_libplatform; do > ln -s %{_libdir}/libnode.so.%{nodejs_soversion} %{buildroot}%{_libdir}/${soname}.so > ln -s %{_libdir}/libnode.so.%{nodejs_soversion} %{buildroot}%{_libdir}/${soname}.so.%{v8_major} >@@ -549,6 +550,7 @@ > %files -n v8-devel > %{_includedir}/libplatform > %{_includedir}/v8*.h >+%{_includedir}/cppgc > %{_libdir}/libv8.so > %{_libdir}/libv8_libbase.so > %{_libdir}/libv8_libplatform.so
--- nodejs-14.16.0-2.mga8_orig.spec 2021-04-14 21:13:11.412813259 +0300 +++ nodejs-14.16.0-2.mga8_fixed.spec 2021-04-14 21:14:17.279278620 +0300 @@ -417,6 +417,7 @@ header=$(basename ${header}) ln -s %{_includedir}/node/${header} %{buildroot}%{_includedir}/${header} done +ln -s ./node/cppgc %{buildroot}%{_includedir}/cppgc for soname in libv8 libv8_libbase libv8_libplatform; do ln -s %{_libdir}/libnode.so.%{nodejs_soversion} %{buildroot}%{_libdir}/${soname}.so ln -s %{_libdir}/libnode.so.%{nodejs_soversion} %{buildroot}%{_libdir}/${soname}.so.%{v8_major} @@ -549,6 +550,7 @@ %files -n v8-devel %{_includedir}/libplatform %{_includedir}/v8*.h +%{_includedir}/cppgc %{_libdir}/libv8.so %{_libdir}/libv8_libbase.so %{_libdir}/libv8_libplatform.so
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 28809
: 12650