From 7c05b47fb0d9799175ba86702275988032e8d6f4 Mon Sep 17 00:00:00 2001 From: jkh Date: Tue, 29 Jul 1997 21:32:52 +0000 Subject: Add -lm since "ping" now requires the math library for its furlong-per-fortnight calculations of ping time. --- release/alpha/fixit_crunch.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'release/alpha') diff --git a/release/alpha/fixit_crunch.conf b/release/alpha/fixit_crunch.conf index 7e0bb21..978aef1 100644 --- a/release/alpha/fixit_crunch.conf +++ b/release/alpha/fixit_crunch.conf @@ -1,4 +1,4 @@ -# $Id$ +# $Id: fixit_crunch.conf,v 1.12 1997/02/22 14:10:28 peter Exp $ # first, we list the source dirs that our programs reside in. These are # searched in order listed to find the dir containing each program. @@ -38,5 +38,5 @@ ln vi ex # finally, we specify the libraries to link in with our binary -libs -lcrypt -ltelnet -lutil -ll +libs -lcrypt -ltelnet -lutil -ll -lm libs -lcurses -ltermcap -ledit -lgnuregex -lkvm -lscsi -- cgit v1.1