mirror of git://git.sv.gnu.org/nano.git
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:
parent
3d0273de45
commit
d1e2febb6d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue