~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

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

Details
Message ID
<20190708125606.30191-1-anthony.t.davies@gmail.com>
Sender timestamp
1562590566
DKIM signature
missing
Download raw message
Patch: +1 -0
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
---
Details
Message ID
<20190708130050.p364zmf2utsecvef@Impreza>
In-Reply-To
<20190708125606.30191-1-anthony.t.davies@gmail.com> (view parent)
Sender timestamp
1562590850
DKIM signature
missing
Download raw message
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
---
Reply to thread Export thread (mbox)