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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user