diff options
author | Sam James <sam@gentoo.org> | 2022-03-20 21:06:11 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-20 21:06:11 +0000 |
commit | ec02fa205231d94d8e4b35e3c58c02b99313ff26 (patch) | |
tree | 9503504149b2adf254c0c715541ff65d5f2bcefd /sys-libs/glibc/glibc-9999.ebuild | |
parent | sys-libs/db: restore SQLite patch for 18.1.32 (diff) | |
download | gentoo-ec02fa205231d94d8e4b35e3c58c02b99313ff26.tar.gz gentoo-ec02fa205231d94d8e4b35e3c58c02b99313ff26.tar.bz2 gentoo-ec02fa205231d94d8e4b35e3c58c02b99313ff26.zip |
sys-libs/glibc: drop USE=clone3 in >= 2.34-r10
All -clone3 deps are gone now, so we always enable
clone3 in these versions and beyond.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs/glibc/glibc-9999.ebuild')
-rw-r--r-- | sys-libs/glibc/glibc-9999.ebuild | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild index 6928c0dc4788..ffc7af277618 100644 --- a/sys-libs/glibc/glibc-9999.ebuild +++ b/sys-libs/glibc/glibc-9999.ebuild @@ -44,7 +44,7 @@ SRC_URI+=" https://gitweb.gentoo.org/proj/locale-gen.git/snapshot/locale-gen-${L SRC_URI+=" multilib-bootstrap? ( https://dev.gentoo.org/~dilfridge/distfiles/gcc-multilib-bootstrap-${GCC_BOOTSTRAP_VER}.tar.xz )" SRC_URI+=" systemd? ( https://gitweb.gentoo.org/proj/toolchain/glibc-systemd.git/snapshot/glibc-systemd-${GLIBC_SYSTEMD_VER}.tar.gz )" -IUSE="audit caps cet +clone3 compile-locales +crypt custom-cflags doc gd headers-only +multiarch multilib multilib-bootstrap nscd profile selinux +ssp +static-libs suid systemd systemtap test vanilla" +IUSE="audit caps cet compile-locales +crypt custom-cflags doc gd headers-only +multiarch multilib multilib-bootstrap nscd profile selinux +ssp +static-libs suid systemd systemtap test vanilla" # Minimum kernel version that glibc requires MIN_KERN_VER="3.2.0" @@ -850,13 +850,8 @@ src_prepare() { einfo "Done." fi - if use clone3 ; then - append-cppflags -DGENTOO_USE_CLONE3 - else - # See e.g. bug #827386, bug #819045. - elog "Disabling the clone3 syscall for compatibility with older Electron apps." - elog "Please re-enable this flag before filing bugs!" - fi + # TODO: We can drop this once patch is gone from our patchset + append-cppflags -DGENTOO_USE_CLONE3 default |