1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-19 18:26:32 +02:00

(uptime_LDADD): Add $(POW_LIB), for uptime's use of strtod.

Tiny patch from Nickolai Zeldovich.
This commit is contained in:
Jim Meyering
2006-03-27 07:34:48 +00:00
parent 1c952c4d7d
commit 20e2d352c0

View File

@@ -98,7 +98,8 @@ nanosec_libs = $(LDADD) $(POW_LIB) $(LIB_NANOSLEEP)
sleep_LDADD = $(nanosec_libs)
tail_LDADD = $(nanosec_libs)
uptime_LDADD = $(LDADD) $(GETLOADAVG_LIBS)
# If necessary, add -lm to resolve use of pow in lib/strtod.c.
uptime_LDADD = $(LDADD) $(POW_LIB) $(GETLOADAVG_LIBS)
su_LDADD = $(LDADD) $(LIB_CRYPT)