Re: [lng-odp] [PATCH v2 0/9] Rework the way ODP links with other libraries

2017-06-22 Thread Maxim Uvarov
Hello Matias, was your commend addressed in v2? Thank you, Maxim. On 06/14/17 00:59, Github ODP bot wrote: > Currently configure tests add all libraries to AM_LDFLAGS or LIBS, thus > making all libraries link against everything. For example libodp-linux ends > up depending on libcunit.

[lng-odp] [PATCH v2 0/9] Rework the way ODP links with other libraries

2017-06-13 Thread Github ODP bot
Currently configure tests add all libraries to AM_LDFLAGS or LIBS, thus making all libraries link against everything. For example libodp-linux ends up depending on libcunit. Implement fine-grained control of what gets linked against which libraries. As a side effect, this allows us to introduce