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>
$(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