diff options
Diffstat (limited to 'package/gmp/gmp.mk')
-rw-r--r-- | package/gmp/gmp.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gmp/gmp.mk b/package/gmp/gmp.mk index 111f6068c..00a92ef12 100644 --- a/package/gmp/gmp.mk +++ b/package/gmp/gmp.mk @@ -83,7 +83,7 @@ $(GMP_DIR2)/.configured: $(GMP_DIR)/.unpacked --prefix="$(GMP_HOST_DIR)" \ --build=$(GNU_HOST_NAME) \ --host=$(GNU_HOST_NAME) \ - --enable-shared \ + --disable-shared \ --enable-static \ $(DISABLE_NLS) \ ) |