From 679aa3ade8b9c17c66c0557c03e0970ce690fc36 Mon Sep 17 00:00:00 2001 From: Lazaros Koromilas Date: Thu, 20 Apr 2017 12:35:34 +0300 Subject: [PATCH] dolphin-emu: Fix JIT recompiler broken by PIE build https://forums.dolphin-emu.org/Thread-using-jit-recompiler-in-linux-ubuntu --- srcpkgs/dolphin-emu/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/dolphin-emu/template b/srcpkgs/dolphin-emu/template index 714bda3a5e2..8c48a9c8aa9 100644 --- a/srcpkgs/dolphin-emu/template +++ b/srcpkgs/dolphin-emu/template @@ -3,9 +3,10 @@ only_for_archs="x86_64 x86_64-musl" pkgname=dolphin-emu version=5.0 -revision=5 +revision=6 wrksrc="dolphin-${version}" build_style=cmake +nopie=yes configure_args="-DUSE_X11=1 -DUSE_EGL=0 -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-3.0" hostmakedepends="pkg-config"