mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
dolphin-emu: Fix JIT recompiler broken by PIE build
https://forums.dolphin-emu.org/Thread-using-jit-recompiler-in-linux-ubuntu
This commit is contained in:
parent
f71e75fccf
commit
679aa3ade8
1 changed files with 2 additions and 1 deletions
|
@ -3,9 +3,10 @@ only_for_archs="x86_64 x86_64-musl"
|
||||||
|
|
||||||
pkgname=dolphin-emu
|
pkgname=dolphin-emu
|
||||||
version=5.0
|
version=5.0
|
||||||
revision=5
|
revision=6
|
||||||
wrksrc="dolphin-${version}"
|
wrksrc="dolphin-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
nopie=yes
|
||||||
configure_args="-DUSE_X11=1 -DUSE_EGL=0
|
configure_args="-DUSE_X11=1 -DUSE_EGL=0
|
||||||
-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-3.0"
|
-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-3.0"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
|
Loading…
Add table
Reference in a new issue