diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-09-13 16:29:51 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-09-13 16:29:51 +0200 |
commit | b6d246ccf2add02e723138e539ffa70643822e46 (patch) | |
tree | b580f13ad580bb9227fc30ea0e6eb2eb6baa1e47 | |
parent | d1d2218f664a723e4eee626d6b683ff16f2bf912 (diff) |
Make openvpn version report the real ABI
-rw-r--r-- | openvpn/Android.mk | 2 | ||||
-rw-r--r-- | openvpn/config.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/openvpn/Android.mk b/openvpn/Android.mk index 4c12b15a..b27ef794 100644 --- a/openvpn/Android.mk +++ b/openvpn/Android.mk @@ -11,7 +11,7 @@ LOCAL_SHARED_LIBRARIES := libssl libcrypto LOCAL_STATIC_LIBRARIES := liblzo-static -LOCAL_CFLAGS= -DHAVE_CONFIG_H +LOCAL_CFLAGS= -DHAVE_CONFIG_H -DTARGET_ABI=\"${TARGET_ABI}\" LOCAL_MODULE = openvpn LOCAL_SRC_FILES:= \ diff --git a/openvpn/config.h b/openvpn/config.h index e7e54dc5..6684f70d 100644 --- a/openvpn/config.h +++ b/openvpn/config.h @@ -490,7 +490,7 @@ #define TAP_WIN32_MIN_MINOR 1 /* A string representing our target */ -#define TARGET_ALIAS "arm-linux-androideabi" +#define TARGET_ALIAS TARGET_ABI /* Are we running on Mac OS X? */ /* #undef TARGET_DARWIN */ |