From 1f88c934c0e349f6b9f01b3df905266c9c86244d Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Tue, 6 Dec 2022 14:51:21 +0100 Subject: [PATCH] sys-devel/gdb: Reset to vanilla ebuild --- .../coreos-overlay/sys-devel/gdb/gdb-11.2.ebuild | 9 --------- 1 file changed, 9 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-devel/gdb/gdb-11.2.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-devel/gdb/gdb-11.2.ebuild index 0130f4967b..a7deb85175 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-devel/gdb/gdb-11.2.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/sys-devel/gdb/gdb-11.2.ebuild @@ -154,15 +154,6 @@ src_configure() { # Ideally we would like automagic-or-disabled here. # But the check does not quite work on i686: bug #760926. $(use_enable cet) - - # Flatcar: we need to set both configure options, --with-sysroot - # and --libdir, to fix cross build issues that happen when - # configuring gmp. We explicitly need --libdir. Having only - # --with-sysroot without --libdir would not fix the build issues. - # For some reason, it is not enough to set only --with-sysroot, - # also not enough to pass --with-gmp-xxx options. - --with-sysroot="${ESYSROOT}" - --libdir="${ESYSROOT}/usr/$(get_libdir)" ) local sysroot="${EPREFIX}/usr/${CTARGET}"