Skip to content

Commit

Permalink
media-tv/kodi: disable MPROTECT to prevent segfault in bundled libffi
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.2
  • Loading branch information
anarchpenguin committed May 31, 2017
1 parent 9ef1df6 commit 14be863
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion media-tv/kodi/kodi-17.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ src_compile() {
src_install() {
cmake-utils_src_install

pax-mark E "${ED%/}"/usr/$(get_libdir)/${PN}/${PN}.bin
pax-mark Em "${ED%/}"/usr/$(get_libdir)/${PN}/${PN}.bin

rm "${ED%/}"/usr/share/doc/*/{LICENSE.GPL,copying.txt}* || die

Expand Down
2 changes: 1 addition & 1 deletion media-tv/kodi/kodi-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ src_compile() {
src_install() {
cmake-utils_src_install

pax-mark E "${ED%/}"/usr/$(get_libdir)/${PN}/${PN}.bin
pax-mark Em "${ED%/}"/usr/$(get_libdir)/${PN}/${PN}.bin

rm "${ED%/}"/usr/share/doc/*/{LICENSE.GPL,copying.txt}* || die

Expand Down

0 comments on commit 14be863

Please sign in to comment.