commit: c5edccbad0938ae34955e08948273cc890098a8f Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Fri Jan 19 19:20:20 2024 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Fri Jan 19 19:22:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5edccba
net-misc/ntp: enable LFS Closes: https://bugs.gentoo.org/922508 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> net-misc/ntp/{ntp-4.2.8_p17.ebuild => ntp-4.2.8_p17-r1.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net-misc/ntp/ntp-4.2.8_p17.ebuild b/net-misc/ntp/ntp-4.2.8_p17-r1.ebuild similarity index 98% rename from net-misc/ntp/ntp-4.2.8_p17.ebuild rename to net-misc/ntp/ntp-4.2.8_p17-r1.ebuild index aedfd3617386..cb3736a895de 100644 --- a/net-misc/ntp/ntp-4.2.8_p17.ebuild +++ b/net-misc/ntp/ntp-4.2.8_p17-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -65,6 +65,9 @@ src_configure() { # bug #264109 append-cppflags -D_GNU_SOURCE + # https://bugs.gentoo.org/922508 + append-lfs-flags + # avoid libmd5/libelf export ac_cv_search_MD5Init=no ac_cv_header_md5_h=no export ac_cv_lib_elf_nlist=no
