mirror of
https://abf.rosa.ru/djam/chromium-browser-stable-test.git
synced 2025-02-23 17:42:45 +00:00
Disable RPM helper which removes RPATHs
This commit is contained in:
parent
fe9404a47f
commit
a164835e5f
1 changed files with 3 additions and 2 deletions
|
@ -564,8 +564,9 @@ install -m 0644 %{SOURCE30} %{buildroot}%{_sysconfdir}/%{crname}/
|
|||
install -m 0644 %{SOURCE31} %{buildroot}%{_sysconfdir}/%{crname}/
|
||||
|
||||
# chromium-stable-codecs-ffmpeg, as chromium-codecs-ffmpeg-extra in Ubuntu
|
||||
# Note: don't forget about UBUNTU-set-rpath-on-chromium-executables.patch, see https://launchpad.net/bugs/1718885
|
||||
# Also, RPM helper removes RPATHs by default
|
||||
install -m 0644 out/Release/libffmpeg.so %{buildroot}%{_crdir}/
|
||||
# We set RPATH by UBUNTU-set-rpath-on-chromium-executables.patch
|
||||
# RPM helper removes RPATHs by default, so disable it
|
||||
export DONT_REMOVE_RPATH=1
|
||||
|
||||
find %{buildroot} -name "*.nexe" -exec strip {} \;
|
||||
|
|
Loading…
Add table
Reference in a new issue