mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
net-mgmt/netdata: fix build on GCC architectures
Base GCC doesn't support LTO.
This commit is contained in:
parent
d346da7579
commit
b3b61b99fc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=519143
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ JSON_LIB_DEPENDS= libjson-c.so:devel/json-c
|
|||
|
||||
LTO_DESC= Use Link-Time Optimization
|
||||
LTO_CONFIGURE_ENABLE= lto
|
||||
LTO_USES= compiler:c11
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
.if ${PORT_OPTIONS:MLTO} && ${OPSYS}_${OSREL:R} == FreeBSD_11
|
||||
|
|
Loading…
Add table
Reference in a new issue