Fix v8 symlinks
Resolves: rhbz#2163346 Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
bd35f75e9f
commit
443d608e13
@ -592,7 +592,7 @@ ln -srf %{buildroot}%{_libdir}/libnode.so.%{nodejs_soversion} \
|
|||||||
# Install v8 compatibility symlinks
|
# Install v8 compatibility symlinks
|
||||||
for header in %{buildroot}%{_includedir}/node/libplatform %{buildroot}%{_includedir}/node/v8*.h; do
|
for header in %{buildroot}%{_includedir}/node/libplatform %{buildroot}%{_includedir}/node/v8*.h; do
|
||||||
header=$(basename ${header})
|
header=$(basename ${header})
|
||||||
ln -srf ./node/${header} %{buildroot}%{_includedir}/${header}
|
ln -sf ./node/${header} %{buildroot}%{_includedir}/${header}
|
||||||
done
|
done
|
||||||
ln -s ./node/cppgc %{buildroot}%{_includedir}/cppgc
|
ln -s ./node/cppgc %{buildroot}%{_includedir}/cppgc
|
||||||
for soname in libv8 libv8_libbase libv8_libplatform; do
|
for soname in libv8 libv8_libbase libv8_libplatform; do
|
||||||
|
@ -592,7 +592,7 @@ ln -srf %{buildroot}%{_libdir}/libnode.so.%{nodejs_soversion} \
|
|||||||
# Install v8 compatibility symlinks
|
# Install v8 compatibility symlinks
|
||||||
for header in %{buildroot}%{_includedir}/node/libplatform %{buildroot}%{_includedir}/node/v8*.h; do
|
for header in %{buildroot}%{_includedir}/node/libplatform %{buildroot}%{_includedir}/node/v8*.h; do
|
||||||
header=$(basename ${header})
|
header=$(basename ${header})
|
||||||
ln -srf ./node/${header} %{buildroot}%{_includedir}/${header}
|
ln -sf ./node/${header} %{buildroot}%{_includedir}/${header}
|
||||||
done
|
done
|
||||||
ln -s ./node/cppgc %{buildroot}%{_includedir}/cppgc
|
ln -s ./node/cppgc %{buildroot}%{_includedir}/cppgc
|
||||||
for soname in libv8 libv8_libbase libv8_libplatform; do
|
for soname in libv8 libv8_libbase libv8_libplatform; do
|
||||||
|
Loading…
Reference in New Issue
Block a user