From: Tobias Brunner Date: Wed, 28 May 2014 16:20:42 +0000 (+0200) Subject: starter: Fix build on Android X-Git-Tag: 5.2.0dr5~29 X-Git-Url: https://git.strongswan.org/?p=strongswan.git;a=commitdiff_plain;h=95d13fcc3f88dd26b354c99ec4b8b9cd5a6ad2e1 starter: Fix build on Android While the (default) ipsec script does not work on Android starter still passes the script's name to charon if leftfirewall is configured. --- diff --git a/src/starter/Android.mk b/src/starter/Android.mk index c2260be..2d2ad25 100644 --- a/src/starter/Android.mk +++ b/src/starter/Android.mk @@ -19,6 +19,7 @@ LOCAL_C_INCLUDES += \ $(strongswan_PATH)/src/stroke LOCAL_CFLAGS := $(strongswan_CFLAGS) -DSTART_CHARON \ + -DIPSEC_SCRIPT='"ipsec"' \ -DPLUGINS='"$(strongswan_STARTER_PLUGINS)"' LOCAL_MODULE := starter