aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2011-03-22 17:37:19 +0100
committerTobias Brunner <tobias@strongswan.org>2011-03-22 17:41:37 +0100
commitf5958b62250b91e1962203ab011576d66ae6dbc3 (patch)
treeb67540753d63ffb01af896f77e8dafcb10495360
parent566173366da87c2d393110b9c9478456f4ff58e7 (diff)
downloadstrongswan-f5958b62250b91e1962203ab011576d66ae6dbc3.tar.bz2
strongswan-f5958b62250b91e1962203ab011576d66ae6dbc3.tar.xz
Define PLUGINDIR in Android.mk even though it is currently not used.
The combined plugin loader requires PLUGINDIR to be defined.
-rw-r--r--Android.mk.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk.in b/Android.mk.in
index 1ad0b27fe..d1bec5a29 100644
--- a/Android.mk.in
+++ b/Android.mk.in
@@ -55,6 +55,7 @@ strongswan_CFLAGS := \
-DROUTING_TABLE_PRIO=220 \
-DVERSION=\"@PACKAGE_VERSION@\" \
-DPLUGINS='"$(strongswan_PLUGINS)"' \
+ -DPLUGINDIR=\"/system/bin/ipsec\" \
-DIPSEC_DIR=\"/system/bin\" \
-DIPSEC_PIDDIR=\"/data/misc/vpn\" \
-DSTRONGSWAN_CONF=\"/system/etc/strongswan.conf\" \