diff options
author | Sam James <sam@gentoo.org> | 2024-07-04 02:10:27 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-07-04 02:14:39 +0100 |
commit | a7bd82676b2820d4e334e7870adab185ded80aab (patch) | |
tree | 9cd1d609d08f8ce09f0d5c1a1f93fc223e314298 /net-misc/ntp | |
parent | net-misc/ntp: add 4.2.8_p18 (diff) | |
download | gentoo-a7bd82676b2820d4e334e7870adab185ded80aab.tar.gz gentoo-a7bd82676b2820d4e334e7870adab185ded80aab.tar.bz2 gentoo-a7bd82676b2820d4e334e7870adab185ded80aab.zip |
net-misc/ntp: filter LTO
Ancient codebase, lto-type-mismatch in testsuite in packetProcesisng.c
where patching it then needs Ruby.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/ntp')
-rw-r--r-- | net-misc/ntp/ntp-4.2.8_p18.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net-misc/ntp/ntp-4.2.8_p18.ebuild b/net-misc/ntp/ntp-4.2.8_p18.ebuild index 1da7db158516..04b70f2428cc 100644 --- a/net-misc/ntp/ntp-4.2.8_p18.ebuild +++ b/net-misc/ntp/ntp-4.2.8_p18.ebuild @@ -62,6 +62,10 @@ src_prepare() { } src_configure() { + # Ancient codebase, lto-type-mismatch in testsuite in packetProcesisng.c + # where patching it then needs Ruby. + filter-lto + # bug #264109 append-cppflags -D_GNU_SOURCE |