MFH: r525281
glib20: revert SSP_CFLAGS workaround (ports r500819) This was later diagnosed to be a bug in libc, which has since been addressed in all supported releases and branches. PORTREVISION is bumped as SSP_CFLAGS will change the output. The bug was fixed in the following patch levels (FreeBSD-EN-20:01.ssp): - 12.1-p2 - 12.0-p13 - 11.3-p6 PR: 243735 Approved by: kwm (gnome, maintainer via IRC) Approved by: ports-secteam (miwi)
This commit is contained in:
parent
8d5f33c994
commit
14f6a85e21
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q1/; revision=526581
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= glib
|
||||
PORTVERSION= 2.56.3
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= GNOME
|
||||
@ -35,7 +35,6 @@ CONFIGURE_ARGS= --disable-gtk-doc --with-html-dir=${PREFIX}/share/doc \
|
||||
--with-pcre=system \
|
||||
--disable-fam
|
||||
CONFIGURE_ENV= ac_cv_header_sys_inotify_h=
|
||||
SSP_CFLAGS?= -fstack-protector # XXX -strong crashes qemu-user-static
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
SHEBANG_FILES= */*.pl
|
||||
|
Loading…
Reference in New Issue
Block a user