From 0982debca71a385ff53d68f4d948e12c016aa46e Mon Sep 17 00:00:00 2001 From: Vasily Litvinov Date: Wed, 5 Mar 2014 03:02:48 +0400 Subject: [PATCH] Got rid of __DISABLE_IPV6_PROTO macro --- makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/makefile b/makefile index 78fd3d7462..be107f5fcb 100755 --- a/makefile +++ b/makefile @@ -179,7 +179,6 @@ ifneq ($(android),) -DOS_SHARED_LIB_FORMAT_STR="\"$(so-prefix)%s$(so-suffix)\"" \ -DJNI_JARJAR_PREFIX= \ -D__DARWIN_UNIX03=1 \ - -D__DISABLE_IPV6_PROTO \ -D__PROVIDE_FIXMES \ -g3