Skip to content
Snippets Groups Projects
Commit 9ab88439 authored by nbd's avatar nbd
Browse files

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


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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45887 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 62afdd45
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