projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
773e820
)
ustream-ssl: fix SNI when building against cyassl
author
Nicolas Thill
<nico@openwrt.org>
Wed, 1 Apr 2015 15:11:38 +0000
(15:11 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Wed, 1 Apr 2015 15:11:38 +0000
(15:11 +0000)
Signed-off-by: Nicolas Thill <nico@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45224
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/libs/ustream-ssl/Makefile
patch
|
blob
|
history
diff --git
a/package/libs/ustream-ssl/Makefile
b/package/libs/ustream-ssl/Makefile
index
abe74ca
..
b5e0b23
100644
(file)
--- a/
package/libs/ustream-ssl/Makefile
+++ b/
package/libs/ustream-ssl/Makefile
@@
-52,8
+52,8
@@
define Package/libustream-polarssl
endef
ifeq ($(BUILD_VARIANT),cyassl)
- TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include/cyassl
- CMAKE_OPTIONS += -DCYASSL=on
-DHAVE_SNI
+ TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include/cyassl
-DHAVE_SNI
+ CMAKE_OPTIONS += -DCYASSL=on
endif
ifeq ($(BUILD_VARIANT),polarssl)
CMAKE_OPTIONS += -DPOLARSSL=on