mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-25 15:41:04 +02:00
app-containers/podman: Sync with Gentoo
It's from Gentoo commit 060a1fcbcc3b23bdc42f4b28c0fd99cd144171a4.
This commit is contained in:
parent
2d38e27cb6
commit
c40671a5cf
@ -0,0 +1,10 @@
|
|||||||
|
--- a/Makefile
|
||||||
|
+++ b/Makefile
|
||||||
|
@@ -56,7 +56,6 @@ BUILDTAGS ?= \
|
||||||
|
$(shell hack/systemd_tag.sh) \
|
||||||
|
$(shell hack/libsubid_tag.sh) \
|
||||||
|
exclude_graphdriver_devicemapper \
|
||||||
|
- seccomp
|
||||||
|
# allow downstreams to easily add build tags while keeping our defaults
|
||||||
|
BUILDTAGS += ${EXTRA_BUILDTAGS}
|
||||||
|
# N/B: This value is managed by Renovate, manual changes are
|
@ -51,7 +51,7 @@ BDEPEND="
|
|||||||
"
|
"
|
||||||
|
|
||||||
PATCHES=(
|
PATCHES=(
|
||||||
"${T}"/togglable-seccomp.patch
|
"${FILESDIR}"/${PN}-5.2.5-togglable-seccomp.patch
|
||||||
)
|
)
|
||||||
|
|
||||||
CONFIG_CHECK="
|
CONFIG_CHECK="
|
||||||
@ -65,19 +65,6 @@ pkg_setup() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
cat <<'EOF' > "${T}"/togglable-seccomp.patch || die
|
|
||||||
--- a/Makefile
|
|
||||||
+++ b/Makefile
|
|
||||||
@@ -56,7 +56,6 @@ BUILDTAGS ?= \
|
|
||||||
$(shell hack/systemd_tag.sh) \
|
|
||||||
$(shell hack/libsubid_tag.sh) \
|
|
||||||
exclude_graphdriver_devicemapper \
|
|
||||||
- seccomp
|
|
||||||
# allow downstreams to easily add build tags while keeping our defaults
|
|
||||||
BUILDTAGS += ${EXTRA_BUILDTAGS}
|
|
||||||
# N/B: This value is managed by Renovate, manual changes are
|
|
||||||
EOF
|
|
||||||
|
|
||||||
default
|
default
|
||||||
|
|
||||||
# assure necessary files are present
|
# assure necessary files are present
|
||||||
|
@ -51,7 +51,7 @@ BDEPEND="
|
|||||||
"
|
"
|
||||||
|
|
||||||
PATCHES=(
|
PATCHES=(
|
||||||
"${T}"/togglable-seccomp.patch
|
"${FILESDIR}"/${PN}-5.2.5-togglable-seccomp.patch
|
||||||
)
|
)
|
||||||
|
|
||||||
CONFIG_CHECK="
|
CONFIG_CHECK="
|
||||||
@ -65,19 +65,6 @@ pkg_setup() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
cat <<'EOF' > "${T}"/togglable-seccomp.patch || die
|
|
||||||
--- a/Makefile
|
|
||||||
+++ b/Makefile
|
|
||||||
@@ -56,7 +56,6 @@ BUILDTAGS ?= \
|
|
||||||
$(shell hack/systemd_tag.sh) \
|
|
||||||
$(shell hack/libsubid_tag.sh) \
|
|
||||||
exclude_graphdriver_devicemapper \
|
|
||||||
- seccomp
|
|
||||||
# allow downstreams to easily add build tags while keeping our defaults
|
|
||||||
BUILDTAGS += ${EXTRA_BUILDTAGS}
|
|
||||||
# N/B: This value is managed by Renovate, manual changes are
|
|
||||||
EOF
|
|
||||||
|
|
||||||
default
|
default
|
||||||
|
|
||||||
# assure necessary files are present
|
# assure necessary files are present
|
||||||
|
@ -51,7 +51,7 @@ BDEPEND="
|
|||||||
"
|
"
|
||||||
|
|
||||||
PATCHES=(
|
PATCHES=(
|
||||||
"${T}"/togglable-seccomp.patch
|
"${FILESDIR}"/${PN}-5.2.5-togglable-seccomp.patch
|
||||||
)
|
)
|
||||||
|
|
||||||
CONFIG_CHECK="
|
CONFIG_CHECK="
|
||||||
@ -65,19 +65,6 @@ pkg_setup() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
cat <<'EOF' > "${T}"/togglable-seccomp.patch || die
|
|
||||||
--- a/Makefile
|
|
||||||
+++ b/Makefile
|
|
||||||
@@ -56,7 +56,6 @@ BUILDTAGS ?= \
|
|
||||||
$(shell hack/systemd_tag.sh) \
|
|
||||||
$(shell hack/libsubid_tag.sh) \
|
|
||||||
exclude_graphdriver_devicemapper \
|
|
||||||
- seccomp
|
|
||||||
# allow downstreams to easily add build tags while keeping our defaults
|
|
||||||
BUILDTAGS += ${EXTRA_BUILDTAGS}
|
|
||||||
# N/B: This value is managed by Renovate, manual changes are
|
|
||||||
EOF
|
|
||||||
|
|
||||||
default
|
default
|
||||||
|
|
||||||
# assure necessary files are present
|
# assure necessary files are present
|
||||||
|
@ -51,7 +51,7 @@ BDEPEND="
|
|||||||
"
|
"
|
||||||
|
|
||||||
PATCHES=(
|
PATCHES=(
|
||||||
"${T}"/togglable-seccomp.patch
|
"${FILESDIR}"/${PN}-5.2.5-togglable-seccomp.patch
|
||||||
)
|
)
|
||||||
|
|
||||||
CONFIG_CHECK="
|
CONFIG_CHECK="
|
||||||
@ -65,19 +65,6 @@ pkg_setup() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
cat <<'EOF' > "${T}"/togglable-seccomp.patch || die
|
|
||||||
--- a/Makefile
|
|
||||||
+++ b/Makefile
|
|
||||||
@@ -56,7 +56,6 @@ BUILDTAGS ?= \
|
|
||||||
$(shell hack/systemd_tag.sh) \
|
|
||||||
$(shell hack/libsubid_tag.sh) \
|
|
||||||
exclude_graphdriver_devicemapper \
|
|
||||||
- seccomp
|
|
||||||
# allow downstreams to easily add build tags while keeping our defaults
|
|
||||||
BUILDTAGS += ${EXTRA_BUILDTAGS}
|
|
||||||
# N/B: This value is managed by Renovate, manual changes are
|
|
||||||
EOF
|
|
||||||
|
|
||||||
default
|
default
|
||||||
|
|
||||||
# assure necessary files are present
|
# assure necessary files are present
|
||||||
|
Loading…
x
Reference in New Issue
Block a user