1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

lang/gcc*: disable building of libssp

For today's FreeBSD 14 and earlier, libssp is a nop because nothing on
FreeBSD will be referencing these headers or lib.  On FreeBSD 15, it
actively breaks building with FORTIFY_SOURCE enabled and it's not worth
trying to make it work- the potential for GCC improvements comes from
the __builtin_object_size enhancement, not from these headers.

PR:		280265
Approved by:	salvadore (maintainer)
This commit is contained in:
Kyle Evans 2024-10-29 18:52:59 -05:00
parent 133c2f7586
commit 17024a6f82
9 changed files with 9 additions and 0 deletions

View File

@ -103,6 +103,7 @@ INSTALL_TARGET= install-strip
BINMODE= 755
.endif
CONFIGURE_ARGS+=--disable-nls \
--disable-libssp \
--enable-gnu-indirect-function \
--enable-host-shared \
--enable-plugin \

View File

@ -105,6 +105,7 @@ INSTALL_TARGET= install-strip
BINMODE= 755
.endif
CONFIGURE_ARGS+=--disable-nls \
--disable-libssp \
--enable-gnu-indirect-function \
--enable-host-shared \
--enable-plugin \

View File

@ -103,6 +103,7 @@ INSTALL_TARGET= install-strip
BINMODE= 755
.endif
CONFIGURE_ARGS+=--disable-nls \
--disable-libssp \
--enable-gnu-indirect-function \
--enable-host-shared \
--enable-plugin \

View File

@ -105,6 +105,7 @@ INSTALL_TARGET= install-strip
BINMODE= 755
.endif
CONFIGURE_ARGS+=--disable-nls \
--disable-libssp \
--enable-gnu-indirect-function \
--enable-host-shared \
--enable-plugin \

View File

@ -102,6 +102,7 @@ INSTALL_TARGET= install-strip
BINMODE= 755
.endif
CONFIGURE_ARGS+=--disable-nls \
--disable-libssp \
--enable-gnu-indirect-function \
--enable-host-shared \
--enable-plugin \

View File

@ -96,6 +96,7 @@ INSTALL_TARGET= install-strip
BINMODE= 755
.endif
CONFIGURE_ARGS+=--disable-nls \
--disable-libssp \
--enable-gnu-indirect-function \
--enable-host-shared \
--enable-plugin \

View File

@ -108,6 +108,7 @@ INSTALL_TARGET= install-strip
BINMODE= 755
.endif
CONFIGURE_ARGS+=--disable-nls \
--disable-libssp \
--enable-gnu-indirect-function \
--enable-host-shared \
--enable-plugin \

View File

@ -97,6 +97,7 @@ INSTALL_TARGET= install-strip
BINMODE= 755
.endif
CONFIGURE_ARGS+=--disable-nls \
--disable-libssp \
--enable-gnu-indirect-function \
--enable-host-shared \
--enable-plugin \

View File

@ -107,6 +107,7 @@ INSTALL_TARGET= install-strip
BINMODE= 755
.endif
CONFIGURE_ARGS+=--disable-nls \
--disable-libssp \
--enable-gnu-indirect-function \
--enable-host-shared \
--enable-plugin \