On Mon, 9 Sep 2024 10:50:57 +0200
Timothy Redaelli <[email protected]> wrote:
> Currently, two generated python files (dirs.py and version.py) are
> included in dist tarball.
>
> Including dirs.py causes problems when a non-default value for prefixes are
> specified in ./configure.
> For example, ipsec cannot start if /usr/local is not used as prefix directory,
> since dirs.py includes /usr/local.
>
> Including version.py causes problem when a non-default value for version
> suffix is specified in ./configure, since the default one will be used
> instead.
>
> Fixes: 9e6d43ef3215 ("rhel: Make the version, displayed to the user,
> customizable.")
> Reported-at: https://bugzilla.redhat.com/2055576
>
> Signed-off-by: Timothy Redaelli <[email protected]>
> ---
> python/automake.mk | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
make distcheck fails, so I'm sending a different approach
Nacked-By: Timothy Redaelli <[email protected]>
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev