From: Tobias Brunner Date: Fri, 4 Nov 2011 11:20:21 +0000 (+0100) Subject: Don't build pluto and starter by default on Android. X-Git-Tag: 4.6.0~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e94a021156d5319d0c63871008e2b0c0f7cfda0;p=thirdparty%2Fstrongswan.git Don't build pluto and starter by default on Android. --- diff --git a/Android.mk.in b/Android.mk.in index f283dd74c4..2ffbe07e68 100644 --- a/Android.mk.in +++ b/Android.mk.in @@ -2,10 +2,10 @@ LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) # whether starter is built. allows to control the daemons from the command line -strongswan_BUILD_STARTER := true +strongswan_BUILD_STARTER := false # whether pluto (IKEv1 daemon) is built. charon (IKEv2) is always enabled -strongswan_BUILD_PLUTO := true +strongswan_BUILD_PLUTO := false # this is the list of plugins that are built into libstrongswan and charon # also these plugins are loaded by default (if not changed in strongswan.conf)