diff options
Diffstat (limited to 'sys-process/criu/files/criu-1.3.1-makefile.patch')
-rw-r--r-- | sys-process/criu/files/criu-1.3.1-makefile.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/sys-process/criu/files/criu-1.3.1-makefile.patch b/sys-process/criu/files/criu-1.3.1-makefile.patch deleted file mode 100644 index 50781c192aa8..000000000000 --- a/sys-process/criu/files/criu-1.3.1-makefile.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- criu-1.3.1/Makefile.inc -+++ criu-1.3.1/Makefile.inc -@@ -15,15 +15,9 @@ - SBINDIR := $(PREFIX)/sbin - MANDIR := $(PREFIX)/share/man - SYSTEMDUNITDIR := $(PREFIX)/lib/systemd/system/ --LOGROTATEDIR := $(PREFIX)/etc/logrotate.d/ -+LOGROTATEDIR := $(SYSCONFDIR)/etc/logrotate.d/ - LIBDIR := $(PREFIX)/lib --# For recent Debian/Ubuntu with multiarch support --DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture \ -- -qDEB_HOST_MULTIARCH 2>/dev/null) --ifneq "$(DEB_HOST_MULTIARCH)" "" --LIBDIR := $(PREFIX)/lib/$(DEB_HOST_MULTIARCH) --# For most other systems --else ifeq "$(shell uname -m)" "x86_64" -+ifeq "$(shell uname -m)" "x86_64" - LIBDIR := $(PREFIX)/lib64 - endif - |