[tac_plus] Adding dependency for tac_plus on libtacacs
Viswanathan, Vasanth
vasanth.viswanathan at hpe.com
Fri Sep 6 00:53:44 UTC 2019
Thanks for getting back John. I am using version 4.0.4.28 and I had a similar patch like the one you have mentioned. Here's the diff -
-tac_plus_DEPENDENCIES = $(am__DEPENDENCIES_1)
+tac_plus_DEPENDENCIES = $(am__DEPENDENCIES_1) $(lib_LTLIBRARIES)
Which version has the fix?
-Vasanth
On 9/5/19, 5:43 PM, "john heasley" <heas at shrubbery.net> wrote:
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