summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-09-25 10:54:01 +0200
committerMichał Górny <mgorny@gentoo.org>2020-09-25 12:19:15 +0200
commitd3f90abc513aeec17cadea530fd786b5482b6369 (patch)
tree4297c6b55958ea822428ef014967962b041b39ad /sys-process/criu/files/criu-2.8-automagic-libbsd.patch
parentpackage.mask: Last rite sci-libs/shogun (diff)
downloadgentoo-d3f90abc513aeec17cadea530fd786b5482b6369.tar.gz
gentoo-d3f90abc513aeec17cadea530fd786b5482b6369.tar.bz2
gentoo-d3f90abc513aeec17cadea530fd786b5482b6369.zip
sys-process/criu: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-process/criu/files/criu-2.8-automagic-libbsd.patch')
-rw-r--r--sys-process/criu/files/criu-2.8-automagic-libbsd.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/sys-process/criu/files/criu-2.8-automagic-libbsd.patch b/sys-process/criu/files/criu-2.8-automagic-libbsd.patch
deleted file mode 100644
index 54781ea5f841..000000000000
--- a/sys-process/criu/files/criu-2.8-automagic-libbsd.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff --git a/Makefile.config b/Makefile.config
-index e0d49d2..d1b2b9d 100644
---- a/Makefile.config
-+++ b/Makefile.config
-@@ -2,10 +2,12 @@ include $(__nmk_dir)utils.mk
- include $(__nmk_dir)msg.mk
- include $(SRC_DIR)/scripts/feature-tests.mak
-
-+ifeq ($(SETPROCTITLE),yes)
- ifeq ($(call try-cc,$(FEATURE_TEST_LIBBSD_DEV),-lbsd),true)
- LIBS_FEATURES += -lbsd
- FEATURE_DEFINES += -DCONFIG_HAS_LIBBSD
- endif
-+endif
-
- ifeq ($(call pkg-config-check,libselinux),y)
- LIBS_FEATURES += -lselinux