Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
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 $@
--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)