~alpine/aports

Modified /usr/lib/libkeyutils.so to be relative rather then absolute to help when cross compiling using sysroot v1 PROPOSED

Anthony Davies: 1
 Modified /usr/lib/libkeyutils.so to be relative rather then absolute to help when cross compiling using sysroot

 1 files changed, 1 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/754/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] Modified /usr/lib/libkeyutils.so to be relative rather then absolute to help when cross compiling using sysroot Export this patch

From: Linux User <phoenix@sunstreaker.phoenixphire.net>

---
 main/keyutils/APKBUILD | 1 +
 1 file changed, 1 insertion(+)

diff --git a/main/keyutils/APKBUILD b/main/keyutils/APKBUILD
index a1f1de7294..2926f6db9d 100644
--- a/main/keyutils/APKBUILD
+++ b/main/keyutils/APKBUILD
@@ -23,6 +23,7 @@ build() {
		VERSION=$pkgver \
		RELEASE=-r$pkgrel \
		CFLAGS="$CFLAGS"
	ln -sf ../../lib/libkeyutils.so.1 "$pkgdir"/usr/lib/libkeyutils.so
}

package() {
-- 
2.22.0



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Commit must follow the scheme:

`
<repository>/<package>: <title of modification>

<body with longer explanation>
`

so it can problably be

`
main/keyutils: make libkeyutils.so.1 symlink relative

Fixes usecase where one is cross compiling using a sysroot
`

You also need to bump the pkgrel or your changes won't be applied.


---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---