From cbe7abc59a348f72978bba9392b8815f7a82e597 Mon Sep 17 00:00:00 2001 From: maho Date: Sun, 19 Sep 2010 23:38:14 +0000 Subject: Do not strictly specify BLAS at linking. --- math/lapack/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math/lapack') diff --git a/math/lapack/Makefile b/math/lapack/Makefile index 77d2ba179687..b6538a462f13 100644 --- a/math/lapack/Makefile +++ b/math/lapack/Makefile @@ -94,7 +94,7 @@ post-build: .for lib in lapack tmglib cd ${WRKSRC_SHARED} ; ${FC} ${FFLAGS} ${FFLAGS_SHARED} ${LDFLAGS} -shared \ -o lib${lib}.so.${SVERSION} -Wl,-x -Wl,-soname,lib${lib}.so.${SVERSION} \ - -Wl,--whole-archive lib${lib}.a -Wl,--no-whole-archive -Wl,--as-needed ${BLAS} + -Wl,--whole-archive lib${lib}.a -Wl,--no-whole-archive .endfor do-install: -- cgit