summaryrefslogtreecommitdiff
path: root/math/randlib
diff options
context:
space:
mode:
authorMatthew Hunt <mph@FreeBSD.org>1999-04-19 16:49:18 +0000
committerMatthew Hunt <mph@FreeBSD.org>1999-04-19 16:49:18 +0000
commit41d6836071f3fb80163061de8283b91d69099a75 (patch)
tree9ae87324bfec8bbd0ba22bc88ae629badc41b869 /math/randlib
parentPR: ports/11210 (diff)
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
Notes
Notes: svn path=/head/; revision=18007
Diffstat (limited to 'math/randlib')
-rw-r--r--math/randlib/files/Makefile.lib2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/randlib/files/Makefile.lib b/math/randlib/files/Makefile.lib
index 2025bcecff69..1c5eb105cb97 100644
--- a/math/randlib/files/Makefile.lib
+++ b/math/randlib/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 \