View | Details | Raw Unified | Return to bug 245320
Collapse All | Expand All

(-)math/openblas/Makefile (-1 / +1 lines)
Lines 4-10 Link Here
4
PORTNAME=	openblas
4
PORTNAME=	openblas
5
PORTVERSION=	0.3.7
5
PORTVERSION=	0.3.7
6
DISTVERSIONPREFIX=	v
6
DISTVERSIONPREFIX=	v
7
PORTREVISION=	2
7
PORTREVISION=	3
8
PORTEPOCH=	1
8
PORTEPOCH=	1
9
CATEGORIES=	math
9
CATEGORIES=	math
10
MASTER_SITES=	NL/lapack/timing/:lapack_tmg
10
MASTER_SITES=	NL/lapack/timing/:lapack_tmg
(-)math/openblas/files/patch-exports_Makefile (+11 lines)
Line 0 Link Here
1
--- exports/Makefile.orig	2019-08-11 21:23:27 UTC
2
+++ exports/Makefile
3
@@ -184,7 +184,7 @@ else
4
 endif
5
 	$(CC) $(CFLAGS) $(LDFLAGS)  -shared -o ../$(LIBSONAME) \
6
 	-Wl,--whole-archive $< -Wl,--no-whole-archive \
7
-	$(FEXTRALIB) $(EXTRALIB)
8
+	-Wl,-soname,$(LIBSONAME) $(FEXTRALIB) $(EXTRALIB)
9
 	$(CC) $(CFLAGS) $(LDFLAGS) -w -o linktest linktest.c ../$(LIBSONAME) $(FEXTRALIB) && echo OK.
10
 	rm -f linktest
11
 

Return to bug 245320