]> www.infradead.org Git - users/dwmw2/openconnect.git/commitdiff
Fix GMP configure rule for Android build
authorDavid Woodhouse <David.Woodhouse@intel.com>
Wed, 13 Mar 2013 00:33:25 +0000 (00:33 +0000)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Wed, 13 Mar 2013 00:33:25 +0000 (00:33 +0000)
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
android/Makefile

index c1041bce6009fbe7fb877fc23ca542c7c1664c74..092e96c444c541963f127969e201b2ddb51e8e41 100644 (file)
@@ -142,7 +142,7 @@ GMP_BUILD := $(TRIPLET)/gmp
 gmp-$(GMP_VER).tar.bz2:
        curl ftp://ftp.gmplib.org/pub/gmp/gmp-$(GMP_VER).tar.bz2 -o $@.tmp && mv $@.tmp $@
 
-$(GMP_BUILD)/configure: gmp-$(GMP_VER).tar.bz2
+$(GMP_SRC)/configure: gmp-$(GMP_VER).tar.bz2
        mkdir -p sources
        tar xfj $< -C sources
        touch $@
@@ -225,7 +225,7 @@ $(GNUTLS_BUILD)/Makefile: $(GNUTLS_SRC)/configure $(NETTLE_DEPS)
                --disable-openssl-compatibility --disable-ocsp \
                --disable-openpgp-authentication --disable-anon-authentication \
                --disable-psk-authentication --disable-srp-authentication \
-               --disable-dtls-srtp-support 
+               --disable-dtls-srtp-support
 
 $(GNUTLS_BUILD)/lib/libgnutls.la: $(GNUTLS_BUILD)/Makefile
        $(MAKE) -C $(GNUTLS_BUILD)