aboutsummaryrefslogtreecommitdiffstats
path: root/security/blst/files/patch-build.sh
blob: d9d64aa1ea33d20af9bb45a798ba2d0923c47411 (plain) (blame)
1
2
3
4
5
6
7
8
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