summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2025-01-25 10:35:23 +0000
committerSam James <sam@gentoo.org>2025-01-25 10:39:55 +0000
commit2911d5ba5878e82ee45ae45bca1666d580b3a3b9 (patch)
tree9134f7fee7d897d55544692c1313e488d0d11a69 /app-containers
parentapp-admin/clustershell: add 1.9.3 (diff)
downloadgentoo-2911d5ba5878e82ee45ae45bca1666d580b3a3b9.tar.gz
gentoo-2911d5ba5878e82ee45ae45bca1666d580b3a3b9.tar.bz2
gentoo-2911d5ba5878e82ee45ae45bca1666d580b3a3b9.zip
app-containers/runc: drop hardened/PIC hacks
... as done in Docker some time ago, see 68d4571e78f348eac41d64ba306ec2a8226ad17c. But we didn't even have the proper sanity check that we did in Docker! Thanks to parona for the nudge. Bug: https://bugs.gentoo.org/900849 Closes: https://bugs.gentoo.org/935459 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-containers')
-rw-r--r--app-containers/runc/runc-1.2.4.ebuild5
1 files changed, 0 insertions, 5 deletions
diff --git a/app-containers/runc/runc-1.2.4.ebuild b/app-containers/runc/runc-1.2.4.ebuild
index 9d93d3d7ccda..1ffae7fed820 100644
--- a/app-containers/runc/runc-1.2.4.ebuild
+++ b/app-containers/runc/runc-1.2.4.ebuild
@@ -38,11 +38,6 @@ BDEPEND="
RESTRICT+=" test"
src_compile() {
- # Taken from app-containers/docker-1.7.0-r1
- CGO_CFLAGS+=" -I${ESYSROOT}/usr/include"
- CGO_LDFLAGS+=" $(usex hardened '-fno-PIC ' '')
- -L${ESYSROOT}/usr/$(get_libdir)"
-
# build up optional flags
local options=(
$(usev apparmor)