mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
security/blst: add soname to the library
soname is necessary to the library is properly provided
This commit is contained in:
parent
2ec0ea0e3f
commit
1eddac3162
2 changed files with 10 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
PORTNAME= blst
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.3.14
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security devel
|
||||
|
||||
MAINTAINER= arrowd@FreeBSD.org
|
||||
|
|
9
security/blst/files/patch-build.sh
Normal file
9
security/blst/files/patch-build.sh
Normal file
|
@ -0,0 +1,9 @@
|
|||
--- build.sh.orig 2025-03-20 16:46:21 UTC
|
||||
+++ build.sh
|
||||
@@ -124,5 +124,6 @@ if [ $shared ]; then
|
||||
esac
|
||||
(set -x; ${CC} -shared -o $sharedlib \
|
||||
-Wl,--whole-archive,libblst.a,--no-whole-archive ${CFLAGS} \
|
||||
+ -Wl,--soname=${sharedlib} \
|
||||
-Wl,-Bsymbolic)
|
||||
fi
|
Loading…
Add table
Reference in a new issue