strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e0b478
)
Starter depends on whack/stroke on Android.
author
Tobias Brunner
<tobias@strongswan.org>
Thu, 12 Jan 2012 18:16:18 +0000
(19:16 +0100)
committer
Tobias Brunner
<tobias@strongswan.org>
Thu, 12 Jan 2012 18:19:47 +0000
(19:19 +0100)
With this change whack and stroke get installed automatically if starter is
enabled.
src/starter/Android.mk
patch
|
blob
|
history
diff --git
a/src/starter/Android.mk
b/src/starter/Android.mk
index
1c7a31b
..
a82fe93
100644
(file)
--- a/
src/starter/Android.mk
+++ b/
src/starter/Android.mk
@@
-36,6
+36,11
@@
LOCAL_ARM_MODE := arm
LOCAL_PRELINK_MODULE := false
+LOCAL_REQUIRED_MODULES := stroke
+ifneq ($(strongswan_BUILD_PLUTO),)
+LOCAL_REQUIRED_MODULES += whack
+endif
+
LOCAL_SHARED_LIBRARIES += libstrongswan libhydra libfreeswan
include $(BUILD_EXECUTABLE)