The source project of this merge request has been removed.
d/rules: don't force -Dopenvpn3_core_version=3
Suggested by dsommers at https://github.com/OpenVPN/openvpn3-linux/issues/193#issuecomment-2748681671 :
"-Dopenvpn3_core_version=3 is being set in your build. Please don't do that. This sets the OPENVPN_VERSION macro, which should already have the proper value from src/build-version.h in the tarball. If it's built from a git checkout, it should be able to extract that version string from openvpn3-core/.
It is crucial this string matches the OpenVPN 3 Core Library (openvpn3-core/) version. Especially when connecting to OpenVPN Access Server or the Cloud Connexa, this string may result in failed connections. This version is reported to the VPN server and the server side may do some version validations."
Edited by Fabio Pedretti