summaryrefslogtreecommitdiff
path: root/math/blas/files/Makefile.blas
diff options
context:
space:
mode:
Diffstat (limited to 'math/blas/files/Makefile.blas')
-rw-r--r--math/blas/files/Makefile.blas2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/blas/files/Makefile.blas b/math/blas/files/Makefile.blas
index c4ae5188b59..d96f73b4a6c 100644
--- a/math/blas/files/Makefile.blas
+++ b/math/blas/files/Makefile.blas
@@ -28,7 +28,7 @@ all: libblas.la
${LIBTOOL} --mode=compile --tag=CC ${COMPILE.f} ${.IMPSRC}
libblas.la: $(OBJS)
- ${LIBTOOL} --mode=link ${CC} -o ${.TARGET} ${OBJS:.o=.lo} \
+ ${LIBTOOL} --mode=link --tag=F77 ${FC} -o ${.TARGET} ${OBJS:.o=.lo} \
-rpath $(libdir) \
-version-info ${SHLIB_MAJOR}:${SHLIB_MINOR}