aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--srcpkgs/keyutils/patches/relative-lib.patch11
-rw-r--r--srcpkgs/keyutils/template2
2 files changed, 12 insertions, 1 deletions
diff --git a/srcpkgs/keyutils/patches/relative-lib.patch b/srcpkgs/keyutils/patches/relative-lib.patch
new file mode 100644
index 00000000000..d1614a54719
--- /dev/null
+++ b/srcpkgs/keyutils/patches/relative-lib.patch
@@ -0,0 +1,11 @@
+--- a/Makefile
++++ b/Makefile
+@@ -200,7 +200,7 @@
+ $(INSTALL) -D $(LIBNAME) $(DESTDIR)$(LIBDIR)/$(LIBNAME)
+ $(LNS) $(LIBNAME) $(DESTDIR)$(LIBDIR)/$(SONAME)
+ mkdir -p $(DESTDIR)$(USRLIBDIR)
+- $(LNS) $(LIBDIR)/$(SONAME) $(DESTDIR)$(USRLIBDIR)/$(DEVELLIB)
++ $(LNS) $(SONAME) $(DESTDIR)$(USRLIBDIR)/$(DEVELLIB)
+ sed \
+ -e 's,@VERSION\@,$(VERSION),g' \
+ -e 's,@prefix\@,$(PREFIX),g' \
diff --git a/srcpkgs/keyutils/template b/srcpkgs/keyutils/template
index 6230fb925ac..5aa8846d9c6 100644
--- a/srcpkgs/keyutils/template
+++ b/srcpkgs/keyutils/template
@@ -1,7 +1,7 @@
# Template file for 'keyutils'
pkgname=keyutils
version=1.6.3
-revision=1
+revision=2
short_desc="Linux Key Management Utilities"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later, LGPL-2.1-or-later"