autotools: specify tirpc lib to link the tooltalk binaries

Newer ubuntu's do not seem to honor the implied library dependency of
libtt->libtirpc, so we must explicitly specify libtirpc when linking
them.
This commit is contained in:
Jon Trulson
2021-05-31 11:37:18 -06:00
parent 248c75515e
commit e8345c9241
7 changed files with 8 additions and 8 deletions

View File

@@ -6,7 +6,7 @@ bin_PROGRAMS = ttmv ttrm ttcp ttrmdir
AM_CXXFLAGS = -I../../lib $(TT_VERSION_DEFINE)
LDADD = @LIBTT@ $(XTOOLLIB)
LDADD = @LIBTT@ $(TIRPCLIB) $(XTOOLLIB)
if SOLARIS
LDADD += -ldl -lintl -lsocket -lnsl