Do not hardcode the path to the strongSwan sources.
This commit is contained in:
+3
-2
@@ -12,8 +12,9 @@ add_plugin = $(if $(call plugin_enabled,$(1)), \
|
||||
$(addprefix plugins/$(subst -,_,$(strip $(1))/),$(2)))
|
||||
|
||||
# includes
|
||||
libvstr_PATH = external/strongswan-support/vstr/include
|
||||
libgmp_PATH = external/strongswan-support/gmp
|
||||
strongswan_PATH := $(LOCAL_PATH)
|
||||
libvstr_PATH := external/strongswan-support/vstr/include
|
||||
libgmp_PATH := external/strongswan-support/gmp
|
||||
|
||||
# CFLAGS (partially from a configure run using droid-gcc)
|
||||
strongswan_CFLAGS := \
|
||||
|
||||
Reference in New Issue
Block a user