Skip to content

Commit

Permalink
contrib/phonon: disable cfi
Browse files Browse the repository at this point in the history
  • Loading branch information
nekopsykose committed Jun 23, 2024
1 parent a7c6354 commit ef49d7c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions contrib/phonon/template.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname = "phonon"
pkgver = "4.12.0"
pkgrel = 0
pkgrel = 1
build_style = "cmake"
configure_args = ["-DPHONON_BUILD_QT5=OFF"]
hostmakedepends = [
Expand All @@ -21,7 +21,8 @@
url = "https://api.kde.org/phonon/html"
source = f"$(KDE_SITE)/phonon/{pkgver}/phonon-{pkgver}.tar.xz"
sha256 = "3287ffe0fbcc2d4aa1363f9e15747302d0b080090fe76e5f211d809ecb43f39a"
hardening = ["vis", "cfi"]
# CFI: crashes in juk instantly
hardening = ["vis", "!cfi"]


@subpackage("phonon-devel")
Expand Down

0 comments on commit ef49d7c

Please sign in to comment.