From: Felix Fietkau Date: Thu, 4 Jun 2015 21:44:52 +0000 (+0000) Subject: gmp: disable assembly to fix build on systems that use PIE binaries X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=db2d11eee8f1d6331491b23a276d4aa223ce6dd3;p=15.05%2Fopenwrt.git gmp: disable assembly to fix build on systems that use PIE binaries Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45887 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/tools/gmp/Makefile b/tools/gmp/Makefile index b1976d0cc3..fac05e3568 100644 --- a/tools/gmp/Makefile +++ b/tools/gmp/Makefile @@ -24,6 +24,7 @@ unexport CFLAGS HOST_CONFIGURE_ARGS += \ --enable-static \ --disable-shared \ + --disable-assembly \ --enable-cxx \ --enable-mpbsd