summaryrefslogtreecommitdiffstats
path: root/patches
diff options
context:
space:
mode:
authorClemens Gruber <clemens.gruber@pqgruber.com>2017-09-01 18:39:16 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-09-05 08:08:11 +0200
commit68ef71deb89883842a807c5acae47141e4568f3f (patch)
tree1d6049d83d09bac062920c7a6275a8b96f99c52e /patches
parent790c6a4079a9bff7b52f19bcfe490691ac05ca9e (diff)
downloadptxdist-68ef71deb89883842a807c5acae47141e4568f3f.tar.gz
ptxdist-68ef71deb89883842a807c5acae47141e4568f3f.tar.xz
keyutils: version bump 1.5.9 -> 1.5.10
Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'patches')
-rw-r--r--patches/keyutils-1.5.10/0001-Makefile-don-t-create-absolute-link-outside-of-DESTD.patch (renamed from patches/keyutils-1.5.9/0001-Makefile-don-t-create-absolute-link-outside-of-DESTD.patch)6
-rw-r--r--patches/keyutils-1.5.10/series (renamed from patches/keyutils-1.5.9/series)0
2 files changed, 3 insertions, 3 deletions
diff --git a/patches/keyutils-1.5.9/0001-Makefile-don-t-create-absolute-link-outside-of-DESTD.patch b/patches/keyutils-1.5.10/0001-Makefile-don-t-create-absolute-link-outside-of-DESTD.patch
index e51df0929..fe9d7a374 100644
--- a/patches/keyutils-1.5.9/0001-Makefile-don-t-create-absolute-link-outside-of-DESTD.patch
+++ b/patches/keyutils-1.5.10/0001-Makefile-don-t-create-absolute-link-outside-of-DESTD.patch
@@ -8,15 +8,15 @@ Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
-index c904eaf6cb55..1f3c6d7f0676 100644
+index 824bbbf470c2..351e749760f7 100644
--- a/Makefile
+++ b/Makefile
-@@ -161,7 +161,7 @@ endif
+@@ -167,7 +167,7 @@ ifeq ($(NO_SOLIB),0)
$(INSTALL) -D $(LIBNAME) $(DESTDIR)$(LIBDIR)/$(LIBNAME)
$(LNS) $(LIBNAME) $(DESTDIR)$(LIBDIR)/$(SONAME)
mkdir -p $(DESTDIR)$(USRLIBDIR)
- $(LNS) $(LIBDIR)/$(SONAME) $(DESTDIR)$(USRLIBDIR)/$(DEVELLIB)
+ $(LNS) $(SONAME) $(DESTDIR)$(LIBDIR)/$(DEVELLIB)
+ endif
$(INSTALL) -D keyctl $(DESTDIR)$(BINDIR)/keyctl
$(INSTALL) -D request-key $(DESTDIR)$(SBINDIR)/request-key
- $(INSTALL) -D request-key-debug.sh $(DESTDIR)$(SHAREDIR)/request-key-debug.sh
diff --git a/patches/keyutils-1.5.9/series b/patches/keyutils-1.5.10/series
index 35904c966..35904c966 100644
--- a/patches/keyutils-1.5.9/series
+++ b/patches/keyutils-1.5.10/series