diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-09-01 22:57:18 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-09-01 22:57:27 +0100 |
commit | b29089547c85046ff7e411853e077553b3b55f92 (patch) | |
tree | 9e0fa3033eb4b7c952b501674c5cf608326b844e /sys-process/criu/files | |
parent | net-misc/sock: EAPI 6 bump. (diff) | |
download | gentoo-b29089547c85046ff7e411853e077553b3b55f92.tar.gz gentoo-b29089547c85046ff7e411853e077553b3b55f92.tar.bz2 gentoo-b29089547c85046ff7e411853e077553b3b55f92.zip |
sys-process/criu: bump up to 3.4
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'sys-process/criu/files')
-rw-r--r-- | sys-process/criu/files/2.0/criu-2.0-sysroot.patch | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys-process/criu/files/2.0/criu-2.0-sysroot.patch b/sys-process/criu/files/2.0/criu-2.0-sysroot.patch index 333c564c19ed..4dcb0fb2c95a 100644 --- a/sys-process/criu/files/2.0/criu-2.0-sysroot.patch +++ b/sys-process/criu/files/2.0/criu-2.0-sysroot.patch @@ -4,12 +4,6 @@ Index: criu-2.0/criu/Makefile =================================================================== --- criu-2.0.orig/criu/Makefile +++ criu-2.0/criu/Makefile -@@ -51,7 +51,7 @@ ccflags-y += -iquote $(SRC_DIR)/criu/pi - ccflags-y += -iquote $(SRC_DIR)/criu/$(ARCH_DIR) - ccflags-y += -iquote $(SRC_DIR)/criu/$(ARCH_DIR)/include - ccflags-y += -iquote $(SRC_DIR)/ +@@ -51,1 +51,1 @@ ccflags-y += -iquote $(SRC_DIR)/criu/pi -ccflags-y += -I/usr/include/libnl3 +ccflags-y += -I${SYSROOT}/usr/include/libnl3 - - export ccflags-y - |