aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/ustream-ssl
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2017-01-09 14:34:36 +0100
committerFelix Fietkau <nbd@nbd.name>2017-01-09 14:35:09 +0100
commit3e7b894ac08b56343e6e449a38fdb2be7b02a127 (patch)
tree4397114ad0194d5d364c8beb1bb5a438a362c100 /package/libs/ustream-ssl
parent1cf64e210f3699af57310478179dcc4108825c58 (diff)
downloadupstream-3e7b894ac08b56343e6e449a38fdb2be7b02a127.tar.gz
upstream-3e7b894ac08b56343e6e449a38fdb2be7b02a127.tar.bz2
upstream-3e7b894ac08b56343e6e449a38fdb2be7b02a127.zip
ustream-ssl: remove legacy polarssl support
The old polarssl 1.3 branch is EOL since end of 2016, and the package for it will be removed soon. Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/libs/ustream-ssl')
-rw-r--r--package/libs/ustream-ssl/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/package/libs/ustream-ssl/Makefile b/package/libs/ustream-ssl/Makefile
index df5212372c..ff6c4b7d01 100644
--- a/package/libs/ustream-ssl/Makefile
+++ b/package/libs/ustream-ssl/Makefile
@@ -42,13 +42,6 @@ define Package/libustream-cyassl
VARIANT:=cyassl
endef
-define Package/libustream-polarssl
- $(Package/libustream/default)
- TITLE += (polarssl)
- DEPENDS += +libpolarssl
- VARIANT:=polarssl
-endef
-
define Package/libustream-mbedtls
$(Package/libustream/default)
TITLE += (mbedtls)
@@ -61,9 +54,6 @@ ifeq ($(BUILD_VARIANT),cyassl)
TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include/cyassl -DHAVE_SNI
CMAKE_OPTIONS += -DCYASSL=on
endif
-ifeq ($(BUILD_VARIANT),polarssl)
- CMAKE_OPTIONS += -DPOLARSSL=on
-endif
ifeq ($(BUILD_VARIANT),mbedtls)
CMAKE_OPTIONS += -DMBEDTLS=on
endif
@@ -75,10 +65,8 @@ endef
Package/libustream-openssl/install = $(Package/libustream/default/install)
Package/libustream-cyassl/install = $(Package/libustream/default/install)
-Package/libustream-polarssl/install = $(Package/libustream/default/install)
Package/libustream-mbedtls/install = $(Package/libustream/default/install)
-$(eval $(call BuildPackage,libustream-polarssl))
$(eval $(call BuildPackage,libustream-mbedtls))
$(eval $(call BuildPackage,libustream-cyassl))
$(eval $(call BuildPackage,libustream-openssl))