summaryrefslogtreecommitdiffstats
path: root/recipes-containers/criu/files/0001-criu-Change-libraries-install-directory.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/criu/files/0001-criu-Change-libraries-install-directory.patch')
-rw-r--r--recipes-containers/criu/files/0001-criu-Change-libraries-install-directory.patch8
1 files changed, 3 insertions, 5 deletions
diff --git a/recipes-containers/criu/files/0001-criu-Change-libraries-install-directory.patch b/recipes-containers/criu/files/0001-criu-Change-libraries-install-directory.patch
index 4908e474..afb1332d 100644
--- a/recipes-containers/criu/files/0001-criu-Change-libraries-install-directory.patch
+++ b/recipes-containers/criu/files/0001-criu-Change-libraries-install-directory.patch
@@ -1,4 +1,4 @@
1From 78390305829316633acee2ca5607331b0e37a104 Mon Sep 17 00:00:00 2001 1From f64fbca70e6049dad3c404d871f2383d97725d2d Mon Sep 17 00:00:00 2001
2From: Mark Asselstine <mark.asselstine@windriver.com> 2From: Mark Asselstine <mark.asselstine@windriver.com>
3Date: Fri, 8 Sep 2017 15:11:31 -0400 3Date: Fri, 8 Sep 2017 15:11:31 -0400
4Subject: [PATCH] criu: Change libraries install directory 4Subject: [PATCH] criu: Change libraries install directory
@@ -7,12 +7,13 @@ Install the libraries into /usr/lib(or /usr/lib64)
7 7
8Signed-off-by: Jianchuan Wang <jianchuan.wang@windriver.com> 8Signed-off-by: Jianchuan Wang <jianchuan.wang@windriver.com>
9Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> 9Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
10
10--- 11---
11 Makefile.install | 13 ------------- 12 Makefile.install | 13 -------------
12 1 file changed, 13 deletions(-) 13 1 file changed, 13 deletions(-)
13 14
14diff --git a/Makefile.install b/Makefile.install 15diff --git a/Makefile.install b/Makefile.install
15index 3987bcc..73d98a4 100644 16index 1def3cf..d020eef 100644
16--- a/Makefile.install 17--- a/Makefile.install
17+++ b/Makefile.install 18+++ b/Makefile.install
18@@ -9,19 +9,6 @@ LIBEXECDIR ?= $(PREFIX)/libexec 19@@ -9,19 +9,6 @@ LIBEXECDIR ?= $(PREFIX)/libexec
@@ -35,6 +36,3 @@ index 3987bcc..73d98a4 100644
35 # LIBDIR falls back to the standard path. 36 # LIBDIR falls back to the standard path.
36 LIBDIR ?= $(PREFIX)/lib 37 LIBDIR ?= $(PREFIX)/lib
37 38
38--
392.7.4
40