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:
parent
133c2f7586
commit
17024a6f82
@ -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 \
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user