[PATCH] HS20: Keep backward compatibility with old icu
Dmitry Shmidt
dimitrysh
Wed Jul 16 10:25:41 PDT 2014
Signed-off-by: Dmitry Shmidt <dimitrysh at google.com>
---
hs20/client/Android.mk | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/hs20/client/Android.mk b/hs20/client/Android.mk
index b7bd932..63cbc6f 100644
--- a/hs20/client/Android.mk
+++ b/hs20/client/Android.mk
@@ -8,7 +8,11 @@ INCLUDES += external/openssl/include
INCLUDES += external/libxml2/include
INCLUDES += external/curl/include
INCLUDES += external/webkit/Source/WebKit/gtk
+ifneq ($(wildcard external/icu),)
+INCLUDES += external/icu/icu4c/source/common
+else
INCLUDES += external/icu4c/common
+endif
#GTKCFLAGS := $(shell pkg-config --cflags gtk+-2.0 webkit-1.0)
--
2.0.0.526.g5318336
More information about the Hostap
mailing list