From: Kevin Cernekee Date: Mon, 25 Mar 2013 01:14:02 +0000 (-0700) Subject: android: Remove dependency on files outside the openconnect repo X-Git-Tag: v5.00~8 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=68afd34af1f031a3067f9658eb52a012450f7bb4;p=users%2Fdwmw2%2Fopenconnect.git android: Remove dependency on files outside the openconnect repo 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 Signed-off-by: David Woodhouse --- diff --git a/android/Makefile b/android/Makefile index 98a9386a..a6e45311 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