summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Kline <ek@google.com>2015-11-17 12:41:55 +0900
committerLorenzo Colitti <lorenzo@google.com>2015-11-26 10:45:39 +0900
commit4da20f9db8ceb136a566cc3eb9ba27998b2361bd (patch)
tree2243760a72a50d575acf2c6a6dcece53cd4a7981
parentd65b6bc260c215ca125dc024c0f8f42f0a520493 (diff)
downloadandroid_external_dnsmasq-4da20f9db8ceb136a566cc3eb9ba27998b2361bd.tar.gz
android_external_dnsmasq-4da20f9db8ceb136a566cc3eb9ba27998b2361bd.tar.bz2
android_external_dnsmasq-4da20f9db8ceb136a566cc3eb9ba27998b2361bd.zip
Build dnsmasq with IPv6 support.
Bug: 9580643 Change-Id: I530435a214cb1f57865ca56d367b21a890c09f0d
-rw-r--r--src/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Android.mk b/src/Android.mk
index dfe3f5b..d776d5e 100644
--- a/src/Android.mk
+++ b/src/Android.mk
@@ -10,7 +10,7 @@ LOCAL_MODULE := dnsmasq
LOCAL_C_INCLUDES := external/dnsmasq/src
-LOCAL_CFLAGS := -O2 -g -W -Wall -D__ANDROID__ -DNO_IPV6 -DNO_TFTP -DNO_SCRIPT
+LOCAL_CFLAGS := -O2 -g -W -Wall -D__ANDROID__ -DIPV6 -DNO_TFTP -DNO_SCRIPT
LOCAL_SYSTEM_SHARED_LIBRARIES := libc
LOCAL_SHARED_LIBRARIES := libcutils liblog