From c8ed0107723e879b13bca03805a8d26b9892bb26 Mon Sep 17 00:00:00 2001 From: Yousong Zhou Date: Tue, 13 Feb 2018 14:24:16 +0800 Subject: [PATCH] openvswitch: remove --disable-ssl Remove it since we already select libopenssl in openvswitch-base 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 06347e148..8887a5619 100644 --- a/net/openvswitch/Makefile +++ b/net/openvswitch/Makefile @@ -147,7 +147,6 @@ define KernelPackage/openvswitch/description endef CONFIGURE_ARGS += --enable-ndebug -CONFIGURE_ARGS += --disable-ssl CONFIGURE_ARGS += --enable-shared TARGET_CFLAGS += -flto -std=gnu99