[tac_plus] Adding dependency for tac_plus on libtacacs

john heasley heas at shrubbery.net
Fri Sep 6 00:43:09 UTC 2019


Thu, Aug 22, 2019 at 06:05:15PM +0000, Viswanathan, Vasanth:
> Hi,
> 
> I am building tacacs-F4.0.4.28 using *make* with the *-j* option to run jobs in parallel. Sometimes I run into a race condition where tac_plus binary compilation fails because it depends on libtacacs. I made the change to the Makefile to add this dependency. How can I upstream this change?
> 
> Thanks,
> Vasanth
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://www.shrubbery.net/pipermail/tac_plus/attachments/20190822/743ca32d/attachment.html>
> _______________________________________________
> tac_plus mailing list
> tac_plus at shrubbery.net
> http://www.shrubbery.net/mailman/listinfo/tac_plus

Could you show me an example?  and tell me what system, make, and tacacs
version.

there is a dependency:

tac_plus_DEPENDENCIES = $(am__DEPENDENCIES_1) libtacacs.la

tac_plus$(EXEEXT): $(tac_plus_OBJECTS) $(tac_plus_DEPENDENCIES) $(EXTRA_tac_plus
_DEPENDENCIES)



More information about the tac_plus mailing list