build: update a symbol that was renamed in gnulib

As noted in a gnulib NEWS item of 2023-01-07, linking now happens
against $(CLOCK_TIME_LIB) instead of $(LIB_CLOCK_GETTIME).
This commit is contained in:
Collin Funk 2024-08-24 17:42:18 -07:00 committed by Benno Schulenberg
parent 3d0273de45
commit d1e2febb6d
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ nano_SOURCES = \
winio.c
nano_LDADD = @LIBINTL@ $(top_builddir)/lib/libgnu.a \
$(GETRANDOM_LIB) $(LIB_CLOCK_GETTIME) $(LIBTHREAD)
$(GETRANDOM_LIB) $(CLOCK_TIME_LIB) $(LIBTHREAD)
install-exec-hook:
cd $(DESTDIR)$(bindir) && rm -f rnano && $(LN_S) nano rnano