]> git.ipfire.org Git - thirdparty/strongswan.git/commit
unit-tests: Don't link files from libimcv into the test executable
authorTobias Brunner <tobias@strongswan.org>
Wed, 14 Sep 2022 14:03:57 +0000 (16:03 +0200)
committerTobias Brunner <tobias@strongswan.org>
Thu, 15 Sep 2022 10:16:12 +0000 (12:16 +0200)
commitc9c8911478e1719b778025224747ad9896707c5f
tree51d6bc481a2711e3541fce7ee0ba4e64934fc6d9
parent996f557c409e6b65b47b9c81761535e7fd093117
unit-tests: Don't link files from libimcv into the test executable

This causes odr-violation errors with libasan as some symbols will be
defined twice, once in the linked libimcv and once in the test
executable itself.
src/libimcv/Makefile.am