openvswitch: remove --disable-ssl

Remove it since we already select libopenssl in openvswitch-base

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
This commit is contained in:
Yousong Zhou 2018-02-13 14:24:16 +08:00
parent f11d8495ca
commit c8ed010772
1 changed files with 0 additions and 1 deletions

View File

@ -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