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 <yszhou4tech@gmail.com>
This commit is contained in:
Yousong Zhou 2018-02-13 14:18:27 +08:00
parent 4feb43bf43
commit f11d8495ca

View file

@ -146,7 +146,6 @@ define KernelPackage/openvswitch/description
module. Furthermore, it supports OpenFlow. module. Furthermore, it supports OpenFlow.
endef endef
CONFIGURE_ARGS += --with-rundir=/var/run
CONFIGURE_ARGS += --enable-ndebug CONFIGURE_ARGS += --enable-ndebug
CONFIGURE_ARGS += --disable-ssl CONFIGURE_ARGS += --disable-ssl
CONFIGURE_ARGS += --enable-shared CONFIGURE_ARGS += --enable-shared