From e74ac90edf06a8cc89d79f35e281a619ee655ec3 Mon Sep 17 00:00:00 2001 From: n8fr8 Date: Thu, 28 Jun 2012 00:28:48 -0400 Subject: [PATCH] fixed obfsproxy android patch build error --- external/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/external/Makefile b/external/Makefile index ad45b5ba..f82c4c60 100644 --- a/external/Makefile +++ b/external/Makefile @@ -72,9 +72,10 @@ openssl-static-build-stamp: openssl-static/obj/local/armeabi/libcrypto.a openssl openssl-static: openssl-static-build-stamp test -d lib || mkdir lib test -d include || mkdir include + test -d include/openssl || mkdir include/openssl cp openssl-static/obj/local/armeabi/libcrypto.a lib cp openssl-static/obj/local/armeabi/libssl.a lib - cp -R openssl-static/include/openssl include + cp openssl-static/include/openssl/* include/openssl openssl-static-clean: -cd openssl-static && \ @@ -159,7 +160,7 @@ tor-clean: obfsproxy/Makefile: cp obfsproxy_android_no_hardening.patch obfsproxy - cd obfsproxy && \ + -cd obfsproxy && \ patch -N -p1 --reject-file=- < obfsproxy_android_no_hardening.patch cd obfsproxy && \ ./autogen.sh