git: a8d3390e80b8 - main - emulators/rpcs3: drop noaslr feature after 50cd25694ca8
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 29 Jun 2023 09:00:20 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=a8d3390e80b8246d47f143ff1edc11f8c0f29c08 commit a8d3390e80b8246d47f143ff1edc11f8c0f29c08 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-06-29 08:42:02 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-06-29 08:59:46 +0000 emulators/rpcs3: drop noaslr feature after 50cd25694ca8 According to git-bisect(1) ASLR works fine after https://github.com/rpcs3/rpcs3/commit/fcd297ffb243 This reverts commit 49f593b2f77fafebb6586218f7c1cd0aa33de693. --- emulators/rpcs3/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emulators/rpcs3/Makefile b/emulators/rpcs3/Makefile index afe4a730dbff..cdc9919e331c 100644 --- a/emulators/rpcs3/Makefile +++ b/emulators/rpcs3/Makefile @@ -2,6 +2,7 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v DISTVERSION= 0.0.28-15259 # git rev-list --count HEAD DISTVERSIONSUFFIX= -g554b27a82a +PORTREVISION= 1 CATEGORIES= emulators wayland MAINTAINER= jbeich@FreeBSD.org @@ -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