aboutsummaryrefslogtreecommitdiffstats
path: root/Android.mk.in
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2010-06-15 19:40:44 +0200
committerTobias Brunner <tobias@strongswan.org>2010-06-15 19:58:30 +0200
commit946be4d357e29494987687d093297e9fcc68b0ed (patch)
tree61b56ca842a0a21e0c955e030bb3e81b5dc8d9ea /Android.mk.in
parentb77e493bea02ab675241c9f1a31456c21259c3ce (diff)
downloadstrongswan-946be4d357e29494987687d093297e9fcc68b0ed.tar.bz2
strongswan-946be4d357e29494987687d093297e9fcc68b0ed.tar.xz
Adding support for the native Linux capabilities interface.
Note that this interface is deprecated and mainly added to support Android. Use libcap, if possible.
Diffstat (limited to 'Android.mk.in')
-rw-r--r--Android.mk.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk.in b/Android.mk.in
index 6277861ed..a5cc7df12 100644
--- a/Android.mk.in
+++ b/Android.mk.in
@@ -42,6 +42,8 @@ strongswan_CFLAGS := \
-DHAVE_STRUCT_SADB_X_POLICY_SADB_X_POLICY_PRIORITY \
-DHAVE_IPSEC_MODE_BEET \
-DHAVE_IPSEC_DIR_FWD \
+ -DCAPABILITIES \
+ -DCAPABILITIES_NATIVE \
-DMONOLITHIC \
-DUSE_VSTR \
-DROUTING_TABLE=0 \