diff options
-rw-r--r-- | toolchain/gmp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/gmp/Makefile b/toolchain/gmp/Makefile index fb9e7425e..33982ed17 100644 --- a/toolchain/gmp/Makefile +++ b/toolchain/gmp/Makefile @@ -18,6 +18,7 @@ endif (cd $(WRKBUILD); \ ./configure \ --prefix=$(STAGING_HOST_DIR) \ + --with-pic \ --disable-shared \ --enable-static \ ) |