diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2018-02-13 14:24:16 +0800 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2018-03-06 00:29:53 +0800 |
commit | c8ed0107723e879b13bca03805a8d26b9892bb26 (patch) | |
tree | 8559b423ce4347af5bce964e5958f27c59a37512 /net/openvswitch | |
parent | f11d8495ca6c40cce0dd7373aa2bceffce5d9e39 (diff) |
openvswitch: remove --disable-ssl
Remove it since we already select libopenssl in openvswitch-base
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'net/openvswitch')
-rw-r--r-- | net/openvswitch/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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 |