when built without shared library support, gnutls host build fails

Signed-off-by: Andy Leiserson <a...@leiserson.org>
---
 tools/gmp/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/gmp/Makefile b/tools/gmp/Makefile
index 463cbe9..e639142 100644
--- a/tools/gmp/Makefile
+++ b/tools/gmp/Makefile
@@ -23,7 +23,7 @@ unexport CFLAGS
 
 HOST_CONFIGURE_ARGS += \
        --enable-static \
-       --disable-shared \
+       --enable-shared \
        --enable-cxx \
        --enable-mpbsd
 
-- 
1.8.4.4
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to