From 231c087e3cab9601a8e30414da06b3c090d52b33 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Fri, 21 Sep 2018 10:58:51 +0200 Subject: [PATCH] android: Disable capabilities in the android app capset/capget are not in the NDK headers anymore, but we didn't use them in the app anyway. --- src/frontends/android/app/src/main/jni/Android.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/frontends/android/app/src/main/jni/Android.mk b/src/frontends/android/app/src/main/jni/Android.mk index cc6e8e70c..b7f5ed8ad 100644 --- a/src/frontends/android/app/src/main/jni/Android.mk +++ b/src/frontends/android/app/src/main/jni/Android.mk @@ -50,8 +50,6 @@ strongswan_CFLAGS := \ -DHAVE_IN6ADDR_ANY \ -DHAVE_NETINET_IP6_H \ -DCONFIG_H_INCLUDED \ - -DCAPABILITIES \ - -DCAPABILITIES_NATIVE \ -DMONOLITHIC \ -DUSE_IKEV1 \ -DUSE_IKEV2 \