]> git.ipfire.org Git - thirdparty/strongswan.git/commit
Defer calculation of checksums until installation.
authorTobias Brunner <tobias@strongswan.org>
Tue, 8 Nov 2011 16:58:32 +0000 (17:58 +0100)
committerTobias Brunner <tobias@strongswan.org>
Tue, 8 Nov 2011 17:35:11 +0000 (18:35 +0100)
commit89bad63bacdc1143b112f3c69a661d3c0b5542bf
tree61d5f752e3f5b4c616ee4f3e3540e28e0523258a
parent4ad67fe7d55c5858ebc9363e1f2c3c22f60eb45a
Defer calculation of checksums until installation.

The checksum is now calculated from the installed libraries and plugins.
This allows to calculate checksums for plugins linking to libraries like
libtls as these are relinked during installation.
src/checksum/Makefile.am
src/checksum/checksum_builder.c