mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
keyutils: use relative links between libraries.
This commit is contained in:
parent
f908c8c2d5
commit
bde789b35f
2 changed files with 12 additions and 1 deletions
11
srcpkgs/keyutils/patches/relative-lib.patch
Normal file
11
srcpkgs/keyutils/patches/relative-lib.patch
Normal 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' \
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'keyutils'
|
# Template file for 'keyutils'
|
||||||
pkgname=keyutils
|
pkgname=keyutils
|
||||||
version=1.6.3
|
version=1.6.3
|
||||||
revision=1
|
revision=2
|
||||||
short_desc="Linux Key Management Utilities"
|
short_desc="Linux Key Management Utilities"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
||||||
|
|
Loading…
Add table
Reference in a new issue