[PATCH 07/11] android: Remove dependency on files outside the openconnect repo
Kevin Cernekee
cernekee at gmail.com
Sun Mar 24 21:14:02 EDT 2013
The Android build tries to run "git clone --reference ../../../gnutls".
This only works if the user happens to have another copy of the gnutls
repo in the right place.
Signed-off-by: Kevin Cernekee <cernekee at gmail.com>
---
android/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/android/Makefile b/android/Makefile
index 98a9386..a6e4531 100644
--- a/android/Makefile
+++ b/android/Makefile
@@ -211,7 +211,7 @@ gnutls-$(GNUTLS_VER).tar.xz:
$(GNUTLS_SRC)/configure.ac:
mkdir -p sources
- cd sources && git clone --reference ../../../gnutls git://gitorious.org/gnutls/gnutls.git
+ cd sources && git clone git://gitorious.org/gnutls/gnutls.git
$(GNUTLS_SRC)/configure: $(GNUTLS_SRC)/configure.ac
touch $(GNUTLS_SRC)/ChangeLog
--
1.7.10.4
More information about the openconnect-devel
mailing list