diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2024-06-28 02:44:55 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-28 13:57:57 +0100 |
commit | 2ed165f8daffdfe078a94eaf52e572f16b956401 (patch) | |
tree | bcee4c2d6502a334fb10729c09eb8062b9060d1b /net-analyzer | |
parent | app-text/calibre: add 7.13.0 (diff) | |
download | gentoo-2ed165f8daffdfe078a94eaf52e572f16b956401.tar.gz gentoo-2ed165f8daffdfe078a94eaf52e572f16b956401.tar.bz2 gentoo-2ed165f8daffdfe078a94eaf52e572f16b956401.zip |
net-analyzer/netdata: remove strict-aliasing / LTO workaround
It was fixed upstream in the latest release:
https://github.com/netdata/netdata/commit/cfae735749c22237f2fbeb6f5a55d33323ae39d7
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/netdata/netdata-1.46.1.ebuild | 10 | ||||
-rw-r--r-- | net-analyzer/netdata/netdata-9999.ebuild | 10 |
2 files changed, 2 insertions, 18 deletions
diff --git a/net-analyzer/netdata/netdata-1.46.1.ebuild b/net-analyzer/netdata/netdata-1.46.1.ebuild index 725670699e12..2f9af0d43617 100644 --- a/net-analyzer/netdata/netdata-1.46.1.ebuild +++ b/net-analyzer/netdata/netdata-1.46.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python{3_9,3_10,3_11,3_12} ) -inherit cmake fcaps flag-o-matic linux-info optfeature python-single-r1 systemd +inherit cmake fcaps linux-info optfeature python-single-r1 systemd if [[ ${PV} == *9999 ]] ; then EGIT_REPO_URI="https://github.com/netdata/${PN}.git" @@ -95,14 +95,6 @@ pkg_setup() { } src_configure() { - # -Werror=strict-aliasing - # https://bugs.gentoo.org/927174 - # https://github.com/netdata/netdata/issues/17321 - # - # Do not trust with LTO either. - append-flags -fno-strict-aliasing - filter-lto - local mycmakeargs=( -DCMAKE_DISABLE_FIND_PACKAGE_Git=TRUE -DCMAKE_INSTALL_PREFIX=/ diff --git a/net-analyzer/netdata/netdata-9999.ebuild b/net-analyzer/netdata/netdata-9999.ebuild index 725670699e12..2f9af0d43617 100644 --- a/net-analyzer/netdata/netdata-9999.ebuild +++ b/net-analyzer/netdata/netdata-9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python{3_9,3_10,3_11,3_12} ) -inherit cmake fcaps flag-o-matic linux-info optfeature python-single-r1 systemd +inherit cmake fcaps linux-info optfeature python-single-r1 systemd if [[ ${PV} == *9999 ]] ; then EGIT_REPO_URI="https://github.com/netdata/${PN}.git" @@ -95,14 +95,6 @@ pkg_setup() { } src_configure() { - # -Werror=strict-aliasing - # https://bugs.gentoo.org/927174 - # https://github.com/netdata/netdata/issues/17321 - # - # Do not trust with LTO either. - append-flags -fno-strict-aliasing - filter-lto - local mycmakeargs=( -DCMAKE_DISABLE_FIND_PACKAGE_Git=TRUE -DCMAKE_INSTALL_PREFIX=/ |