[arch-commits] Commit in mupen64plus/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Fri Sep 15 21:23:36 UTC 2017


    Date: Friday, September 15, 2017 @ 21:23:35
  Author: bpiotrowski
Revision: 257731

2.5-9: rebuild against boost 1.65.1

Modified:
  mupen64plus/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++++
 1 file changed, 5 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-15 21:13:21 UTC (rev 257730)
+++ PKGBUILD	2017-09-15 21:23:35 UTC (rev 257731)
@@ -27,6 +27,11 @@
 build() {
   cd mupen64plus-bundle-src-${pkgver}
 
+  if [[ $CARCH = 'i686' ]]; then
+    export CFLAGS="${CFLAGS/-fno-plt/}"
+    export CXXFLAGS="${CXXFLAGS/-fno-plt/}"
+  fi
+
   sh m64p_build.sh
 }
 



More information about the arch-commits mailing list