]> git.ipfire.org Git - thirdparty/strongswan.git/commit
ml: Disable versioning for shared object
authorRob Shearman <rob@graphiant.com>
Mon, 14 Jul 2025 11:14:57 +0000 (12:14 +0100)
committerTobias Brunner <tobias@strongswan.org>
Fri, 18 Jul 2025 14:30:50 +0000 (16:30 +0200)
commit1b62e8898090b97f23259b167074721e8b2e64fc
tree575d95e6e6893cd8b123827118f1288b5d1a175d
parent58c567da74eb1fc512d308bc9f9317eca783c80d
ml: Disable versioning for shared object

Avoid generating versioned shared objects which would need to be
installed along with the version-independent symlink by specifying
"-avoid-version" in the libtool LDFLAGS for the plugin. Avoid any
unwanted surprises by also specifying the "-module" option, making the
LDFLAGS consistent with all other libstrongswan plugins.

Closes strongswan/strongswan#2844
src/libstrongswan/plugins/ml/Makefile.am