summaryrefslogtreecommitdiffstats
path: root/math/librandlib
diff options
context:
space:
mode:
authormph <mph@FreeBSD.org>1999-04-19 16:49:18 +0000
committermph <mph@FreeBSD.org>1999-04-19 16:49:18 +0000
commit145631a4c897df832c9b44480b05067c00763dc6 (patch)
treecdbfd293a8a8058a4751a9ccfabc92429e192f94 /math/librandlib
parentd5b06e7d40f3b225e936ec0ac401e0de15fd0986 (diff)
downloadFreeBSD-ports-145631a4c897df832c9b44480b05067c00763dc6.zip
FreeBSD-ports-145631a4c897df832c9b44480b05067c00763dc6.tar.gz
The library requires a couple of routines from linpack, which are
included but were not being compiled into the library. This resulted in missing symbols when code was linked against libranlib. We now compile in the provided linpack routines. Approved by: tg
Diffstat (limited to 'math/librandlib')
-rw-r--r--math/librandlib/files/Makefile.lib2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/librandlib/files/Makefile.lib b/math/librandlib/files/Makefile.lib
index 2025bce..1c5eb10 100644
--- a/math/librandlib/files/Makefile.lib
+++ b/math/librandlib/files/Makefile.lib
@@ -6,7 +6,7 @@ SHLIB_MAJOR= 1
SHLIB_MINOR= 0
LIB= ranlib
-SRCS = com.c ranlib.c
+SRCS = ../linpack/linpack.c com.c ranlib.c
beforeinstall:
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/ranlib.h \
OpenPOWER on IntegriCloud