summaryrefslogtreecommitdiff
path: root/math/lapack/Makefile
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2010-09-19 23:38:14 +0000
committerMaho Nakata <maho@FreeBSD.org>2010-09-19 23:38:14 +0000
commit8c4e56eb61a916db18acb7b6ccc82ab9707a1dc4 (patch)
tree255f9ebb1e5512e6e3aa92da0ac30e597af342ed /math/lapack/Makefile
parentCorrect handling profiled libraries. (diff)
Do not strictly specify BLAS at linking.
Notes
Notes: svn path=/head/; revision=261453
Diffstat (limited to 'math/lapack/Makefile')
-rw-r--r--math/lapack/Makefile2
1 files changed, 1 insertions, 1 deletions
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: