]> Savannah Git Hosting - gnulib.git/commit
boot-time,readutmp: remove -lrt usage
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 12 Aug 2023 23:45:30 +0000 (16:45 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 12 Aug 2023 23:46:21 +0000 (16:46 -0700)
commit32d729b68bb29e5103d03a6a2eb39d800c7d8a27
treebc0091e87e1019509b180aea80239ee04a7b9b9c
parenta6dd3a4ceaf6dfa36751ae2915d74270410b0275
boot-time,readutmp: remove -lrt usage

This code uses clock-relevant functions only on platforms
that do not need -lrt.
* m4/readutmp.m4 (gl_READUTMP): Do not require gl_CLOCK_TIME
or add CLOCK_TIME_LIB to READUTMP_LIB.
* modules/boot-time (Link): No need to link with CLOCK_TIME_LIB.
ChangeLog
m4/readutmp.m4
modules/boot-time