[PATCH 07/11] android: Remove dependency on files outside the openconnect repo

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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




[Index of Archives]     [Linux Samsung SoC]     [Linux Rockchip SoC]     [Linux Actions SoC]     [Linux for Synopsys ARC Processors]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]


  Powered by Linux