]> www.infradead.org Git - users/dwmw2/openconnect.git/commitdiff
android: Remove dependency on files outside the openconnect repo
authorKevin Cernekee <cernekee@gmail.com>
Mon, 25 Mar 2013 01:14:02 +0000 (18:14 -0700)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Mon, 25 Mar 2013 15:30:26 +0000 (15:30 +0000)
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@gmail.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
android/Makefile

index 98a9386ae68f50f512d281833e6e568f358a65fa..a6e45311db71801fe01372595ce0a89c4b3d4df3 100644 (file)
@@ -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