On Thu, Oct 16, 2025 at 02:49:59PM +0300, Adrian Bunk wrote:
>...
> -     cd ovs && ./configure --enable-ssl --localstatedir=/var 
> --sysconfdir=/etc --prefix=/usr && make $(PARALLEL)
> +     cd ovs && autoreconf -f -v && ./configure --enable-ssl 
> --localstatedir=/var --sysconfdir=/etc --prefix=/usr && make $(PARALLEL)
>...

Not necessary now, but adding -i might be more future-proof:

--- a/debian/rules.old  2025-10-16 11:40:28.575911175 +0000
+++ b/debian/rules      2025-10-16 11:42:23.787750199 +0000
@@ -17,7 +17,7 @@
        test -f $(CURDIR)/ovs/configure || \
                rm -rf $(CURDIR)/ovs && \
                cp -R /usr/src/openvswitch $(CURDIR)/ovs
-       cd ovs && ./configure --enable-ssl --localstatedir=/var 
--sysconfdir=/etc --prefix=/usr && make $(PARALLEL)
+       cd ovs && autoreconf -f -i -v && ./configure --enable-ssl 
--localstatedir=/var --sysconfdir=/etc --prefix=/usr && make $(PARALLEL)
        # Configure OVN to allow building OVN VIF
        ./boot.sh && ./configure \
                --prefix=/usr \

Reply via email to