From: Tobias Brunner Date: Fri, 21 Sep 2018 08:58:51 +0000 (+0200) Subject: android: Disable capabilities in the android app X-Git-Tag: 5.7.0~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=231c087e3cab9601a8e30414da06b3c090d52b33;p=thirdparty%2Fstrongswan.git 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. --- diff --git a/src/frontends/android/app/src/main/jni/Android.mk b/src/frontends/android/app/src/main/jni/Android.mk index cc6e8e70ca..b7f5ed8ad7 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 \