1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00

www/firefox: enable -fstack-protector-strong

aarch64 already used it, so switch x86 as well. Mk/bsd.ssp.mk doesn't
appear maintained, anyway.
This commit is contained in:
Jan Beich 2019-04-08 11:51:00 +00:00
parent e713d1a244
commit 6411d06312
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=498363
2 changed files with 6 additions and 0 deletions

View File

@ -119,6 +119,11 @@ BUILD_DEPENDS+= rust-cbindgen>=0.6.8:devel/rust-cbindgen \
MOZ_OPTIONS+= --enable-pie
.endif
.if ${MOZILLA_VER:R:R} >= 65
# Let vendor add -fstack-protector-strong on all architectures
SSP_UNSAFE= yes
.endif
MOZILLA_SUFX?= none
MOZSRC?= ${WRKSRC}
PLISTF?= ${WRKDIR}/plist_files

View File

@ -3,6 +3,7 @@
PORTNAME= firefox
DISTVERSION= 66.0.2
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= www ipv6
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \