From f11d8495ca6c40cce0dd7373aa2bceffce5d9e39 Mon Sep 17 00:00:00 2001 From: Yousong Zhou Date: Tue, 13 Feb 2018 14:18:27 +0800 Subject: [PATCH] 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 --- net/openvswitch/Makefile | 1 - 1 file changed, 1 deletion(-) 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