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

@@ -4,7 +4,7 @@ bin_PROGRAMS = rpc.cmsd
rpc_cmsd_CFLAGS = -I../../../lib/csa $(DT_INCDIR) $(CSA_INCDIR)
rpc_cmsd_LDADD = $(LIBCSA) $(DTCLIENTLIBS) $(XTOOLLIB)
rpc_cmsd_LDADD = $(LIBCSA) $(DTCLIENTLIBS) $(TIRPCLIB) $(XTOOLLIB)
if SOLARIS
rpc_cmsd_CFLAGS += -xstrconst -Xc -v