summaryrefslogtreecommitdiff
path: root/cross.mk
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-12-30 11:55:36 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-12-30 11:55:36 +0200
commit92353d742863ce89d4b1861c6fed26228e391ed2 (patch)
tree484fa7ab6b17f011ec0e0229baa681bb62c8f8bd /cross.mk
parent5621ffb8c5787db64020e2a31df188e00fbc5140 (diff)
downloadgnutls-92353d742863ce89d4b1861c6fed26228e391ed2.tar.gz
gmp is compiled with --enable-fat.
Diffstat (limited to 'cross.mk')
-rw-r--r--cross.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cross.mk b/cross.mk
index f66747c879..d338b04bcb 100644
--- a/cross.mk
+++ b/cross.mk
@@ -54,7 +54,7 @@ $(P11_KIT_DIR)/.installed: $(P11_KIT_DIR)/.configured
$(GMP_DIR)/.configured:
test -f $(GMP_FILE) || wget ftp://ftp.gmplib.org/pub/$(GMP_DIR)/$(GMP_FILE)
test -d $(GMP_DIR) || tar -xf $(GMP_FILE)
- cd $(GMP_DIR) && ./configure $(CONFIG_FLAGS) --exec-prefix=$(LIB_DIR) --oldincludedir=$(HEADERS_DIR) && cd ..
+ cd $(GMP_DIR) && ./configure $(CONFIG_FLAGS) --enable-fat --exec-prefix=$(LIB_DIR) --oldincludedir=$(HEADERS_DIR) && cd ..
touch $@
$(GMP_DIR)/.installed: $(GMP_DIR)/.configured