mednafen: disable PIE for performance reasons.
This commit is contained in:
parent
3bb21215f8
commit
368726f872
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'mednafen'
|
# Template file for 'mednafen'
|
||||||
pkgname=mednafen
|
pkgname=mednafen
|
||||||
version=0.9.39.1
|
version=0.9.39.1
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="$pkgname"
|
wrksrc="$pkgname"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-libcdio --with-libsndfile --enable-alsa"
|
configure_args="--with-libcdio --with-libsndfile --enable-alsa"
|
||||||
|
@ -14,6 +14,8 @@ homepage="http://mednafen.sourceforge.net/"
|
||||||
distfiles="http://mednafen.fobby.net/releases/files/mednafen-${version}.tar.bz2"
|
distfiles="http://mednafen.fobby.net/releases/files/mednafen-${version}.tar.bz2"
|
||||||
checksum=3d97bf160fc9679b1a1c8082305d0d3906d867a6ba2be93232aa9d3024ba84a5
|
checksum=3d97bf160fc9679b1a1c8082305d0d3906d867a6ba2be93232aa9d3024ba84a5
|
||||||
|
|
||||||
|
nopie=yes
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
# XXX not sure what's going on with those asserts.
|
# XXX not sure what's going on with those asserts.
|
||||||
sed -i '/assert/d' src/hash/sha{1,256}.cpp
|
sed -i '/assert/d' src/hash/sha{1,256}.cpp
|
||||||
|
|
Loading…
Reference in a new issue