Skip to content

Commit

Permalink
emulators/rpcs3: drop noaslr feature after 50cd256
Browse files Browse the repository at this point in the history
According to git-bisect(1) ASLR works fine after
RPCS3/rpcs3@fcd297ffb243

This reverts commit 49f593b.

(cherry picked from commit a8d3390)
  • Loading branch information
jbeich committed Jun 29, 2023
1 parent bee1406 commit 3eb0b58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion emulators/rpcs3/Makefile
Expand Up @@ -2,6 +2,7 @@ PORTNAME= rpcs3
DISTVERSIONPREFIX= v
DISTVERSION= 0.0.28 # git rev-list --count HEAD
DISTVERSIONSUFFIX= -15112-g33558d14e5
PORTREVISION= 1
CATEGORIES= emulators wayland

MAINTAINER= jbeich@FreeBSD.org
Expand Down Expand Up @@ -47,7 +48,7 @@ CMAKE_ON= CMAKE_SKIP_RPATH ${CURL FFMPEG FLATBUFFERS LIBPNG PUGIXML XXHASH:L:S/^
CMAKE_ON+= BUNDLE_SPEEX # only used by cubeb tests
CMAKE_OFF= USE_NATIVE_INSTRUCTIONS USE_PRECOMPILED_HEADERS
LDFLAGS+= -Wl,--as-needed # GLU
ELF_FEATURES= +noaslr,wxneeded:bin/${PORTNAME}
ELF_FEATURES= +wxneeded:bin/${PORTNAME}

.if ${FLAVOR:U} == qt6 || make(makesum) || make(fetch)
PATCH_SITES+= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/:qt6
Expand Down

0 comments on commit 3eb0b58

Please sign in to comment.