Skip to content

Commit

Permalink
main/mpv: disable int for now
Browse files Browse the repository at this point in the history
  • Loading branch information
triallax authored and nekopsykose committed Jul 6, 2024
1 parent 064c252 commit 89d8d85
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions main/mpv/template.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname = "mpv"
pkgver = "0.38.0"
pkgrel = 4
pkgrel = 5
build_style = "meson"
configure_args = [
"-Dlibmpv=true",
Expand Down Expand Up @@ -85,7 +85,8 @@
sha256 = "86d9ef40b6058732f67b46d0bbda24a074fae860b3eaae05bab3145041303066"
tool_flags = {"LDFLAGS": ["-Wl,-z,stack-size=0x100000"]}
# FIXME cfi
hardening = ["vis", "!cfi"]
# FIXME: int causes haruna to crash when started up with some video files
hardening = ["!int", "vis", "!cfi"]


@subpackage("mpv-libs")
Expand Down

0 comments on commit 89d8d85

Please sign in to comment.