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-Tag: reboot~2865 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=2c74406aa264a4d36dff80af2612a9dbadf30c31;p=openwrt%2Fstaging%2Fblogic.git gmp: disable assembly to fix build on systems that use PIE binaries Signed-off-by: Felix Fietkau SVN-Revision: 45887 --- diff --git a/tools/gmp/Makefile b/tools/gmp/Makefile index b1976d0cc3db..fac05e356820 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