keyutils: use relative links between libraries.

This commit is contained in:
Leah Neukirchen 2024-06-29 22:39:41 +02:00
parent f908c8c2d5
commit bde789b35f
2 changed files with 12 additions and 1 deletions

View File

@ -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' \

View File

@ -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"