mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +01:00
Add -lm since "ping" now requires the math library for its
furlong-per-fortnight calculations of ping time.
This commit is contained in:
parent
d4a27db19e
commit
82a43a3d46
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user