From 43921011d150eced9830ab23edea84ff3c91b020 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 27 Jan 2022 18:13:02 -0800 Subject: Rebuild with PIE disabled. --- PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 1be2394..0c9b5ae 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -11,7 +11,7 @@ pkgname=mupen64plus pkgver=2.5 -pkgrel=20 +pkgrel=20.2 pkgdesc='Nintendo64 Emulator' arch=('x86_64') url='https://github.com/mupen64plus/mupen64plus-core' @@ -36,9 +36,8 @@ build() { cd mupen64plus-bundle-src-${pkgver} # -fPIE breaks libmupen64plus.so.2 - export CFLAGS="$CFLAGS -O3 -fstack-protector-all -flto=auto -fPIE" - export CXXFLAGS="$CXXFLAGS -O3 -fstack-protector-all -flto=auto -fPIE" - export LDFLAGS="$LDFLAGS,-pie" + export CFLAGS="$CFLAGS -O3 -fstack-protector-all -flto=auto" + export CXXFLAGS="$CXXFLAGS -O3 -fstack-protector-all -flto=auto" if [[ $CARCH = 'i686' ]]; then export CFLAGS="${CFLAGS/-fno-plt/}" -- cgit v1.2.1