Skip to content
Snippets Groups Projects
Commit 2c74406a authored by Felix Fietkau's avatar Felix Fietkau
Browse files

gmp: disable assembly to fix build on systems that use PIE binaries


Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

SVN-Revision: 45887
parent 555df40a
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,7 @@ unexport CFLAGS ...@@ -24,6 +24,7 @@ unexport CFLAGS
HOST_CONFIGURE_ARGS += \ HOST_CONFIGURE_ARGS += \
--enable-static \ --enable-static \
--disable-shared \ --disable-shared \
--disable-assembly \
--enable-cxx \ --enable-cxx \
--enable-mpbsd --enable-mpbsd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment