summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a57082e7d1bc..a86bff9d6977 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -35,7 +35,7 @@ pkgver() {
}
build() {
- arch-meson $_pkgname build
+ arch-meson -D b_pie=false $_pkgname build
ninja -C build
}