]> git.ipfire.org Git - people/ms/strongswan.git/commit
Use filter instead of findstring to check for enabled plugins in Android.mk.
authorTobias Brunner <tobias@strongswan.org>
Thu, 16 Feb 2012 17:41:10 +0000 (18:41 +0100)
committerTobias Brunner <tobias@strongswan.org>
Wed, 8 Aug 2012 13:07:43 +0000 (15:07 +0200)
commit80b267f9e3baccdf636e8302efd5cf277147d97e
tree4882c3ad14ac29bd8446e30942a6eac3ed550871
parent162621ed573b73daa63f77c30c283bd5dcac9b2f
Use filter instead of findstring to check for enabled plugins in Android.mk.

findstring is not prefix-safe (i.e. android matches android-log). On
the other hand filter matches words separated by whitespace and if no
wildcard (%) is used the full word has to match.
Android.mk.in