diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/libs/ustream-ssl/Makefile | 12 |
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)) |