Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] bearssl: fix libbearssl.so.0 => not found
@ 2019-09-15 15:17 voidlinux-github
  2019-09-15 15:33 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: voidlinux-github @ 2019-09-15 15:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 345 bytes --]

There is a new pull request by concatime against master on the void-packages repository

https://github.com/concatime/void-packages bearssl-fix-so-version
https://github.com/void-linux/void-packages/pull/14470

bearssl: fix libbearssl.so.0 => not found


A patch file from https://github.com/void-linux/void-packages/pull/14470.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bearssl-fix-so-version-14470.patch --]
[-- Type: text/x-diff, Size: 1811 bytes --]

From 67d2b63dae4032e5f6906c81a542e15ce3124015 Mon Sep 17 00:00:00 2001
From: Issam Maghni <me@concati.me>
Date: Sun, 15 Sep 2019 11:12:17 -0400
Subject: [PATCH] bearssl: fix libbearssl.so.0 => not found

---
 srcpkgs/bearssl/template | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/bearssl/template b/srcpkgs/bearssl/template
index 777cec324d3..799ed7259e4 100644
--- a/srcpkgs/bearssl/template
+++ b/srcpkgs/bearssl/template
@@ -6,18 +6,19 @@ build_style=gnu-makefile
 short_desc="Implementation of the SSL/TLS protocol in C"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="MIT"
-homepage="https://www.bearssl.org/"
-_changelog="https://www.bearssl.org/changelog.html"
-distfiles="https://www.bearssl.org/${pkgname}-${version}.tar.gz"
+homepage="https://bearssl.org"
+changelog="${homepage}/changelog.html"
+distfiles="${homepage}/${pkgname}-${version}.tar.gz"
 checksum=6705bba1714961b41a728dfc5debbe348d2966c117649392f8c8139efc83ff14
 CFLAGS="-fPIC"
-make_build_args="D=.so.${version} LDDLL=\$(CC) LD=\$(CC) LDDLLFLAGS=-shared LDDLLFLAGS+=-Wl,-soname,libbearssl.so.0"
+make_build_args="D=.so.${version} LDDLL=\$(CC) LD=\$(CC) LDDLLFLAGS=-shared LDDLLFLAGS+=-Wl,-soname,lib${pkgname}.so.${version%%.*}"
 
 do_install() {
 	vbin build/brssl
-	vinstall build/libbearssl.a 0644 usr/lib
-	vinstall build/libbearssl.so.${version} 0644 usr/lib
-	ln -s libbearssl.so.${version} ${DESTDIR}/usr/lib/libbearssl.so
+	vinstall "build/lib${pkgname}.a"             0644 usr/lib
+	vinstall "build/lib${pkgname}.so.${version}" 0644 usr/lib
+	ln -s "lib${pkgname}.so.${version}"     "${DESTDIR}/usr/lib/lib${pkgname}.so.${version%%.*}"
+	ln -s "lib${pkgname}.so.${version%%.*}" "${DESTDIR}/usr/lib/lib${pkgname}.so"
 	vcopy inc usr/include
 	vlicense LICENSE.txt LICENSE
 }

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2019-09-17  8:23 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-15 15:17 [PR PATCH] bearssl: fix libbearssl.so.0 => not found voidlinux-github
2019-09-15 15:33 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-15 15:33 ` voidlinux-github
2019-09-15 15:35 ` voidlinux-github
2019-09-15 15:35 ` voidlinux-github
2019-09-15 15:43 ` voidlinux-github
2019-09-15 15:43 ` voidlinux-github
2019-09-15 22:03 ` voidlinux-github
2019-09-15 22:03 ` voidlinux-github
2019-09-15 22:03 ` voidlinux-github
2019-09-15 22:03 ` voidlinux-github
2019-09-15 22:47 ` voidlinux-github
2019-09-15 22:47 ` voidlinux-github
2019-09-16 14:31 ` voidlinux-github
2019-09-16 17:57 ` voidlinux-github
2019-09-17  8:23 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).