From: Yousong Zhou Date: Tue, 13 Feb 2018 06:18:27 +0000 (+0800) Subject: openvswitch: use default rundir /var/run/openvswitch/ X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=f11d8495ca6c40cce0dd7373aa2bceffce5d9e39;p=openwrt-packages.git openvswitch: use default rundir /var/run/openvswitch/ This subdir contains multiple pid, unix domain socket files. It's a custom to put them in it's own subdir Signed-off-by: Yousong Zhou --- diff --git a/net/openvswitch/Makefile b/net/openvswitch/Makefile index 2b738ce3c..06347e148 100644 --- a/net/openvswitch/Makefile +++ b/net/openvswitch/Makefile @@ -146,7 +146,6 @@ define KernelPackage/openvswitch/description module. Furthermore, it supports OpenFlow. endef -CONFIGURE_ARGS += --with-rundir=/var/run CONFIGURE_ARGS += --enable-ndebug CONFIGURE_ARGS += --disable-ssl CONFIGURE_ARGS += --enable-shared