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 = tttrace
tttrace_CXXFLAGS = -I../../lib
tttrace_LDADD = @LIBTT@ $(XTOOLLIB)
tttrace_LDADD = @LIBTT@ $(TIRPCLIB) $(XTOOLLIB)
if SOLARIS
tttrace_LDADD += -ldl -lintl -lsocket -lnsl