gettext-full: enforce only static lib on the host build
[openwrt/staging/blogic.git] / package / libs / gettext-full / Makefile
index fc2deaf31d2bd6d795931cdfa445a3f6562838b8..64d27609c3d35254efb46df71882a6e474521452 100644 (file)
@@ -59,6 +59,8 @@ CONFIGURE_ARGS += \
        --without-emacs
 
 HOST_CONFIGURE_ARGS += \
+       --disable-shared \
+       --enable-static \
        --disable-libasprintf \
        --disable-rpath \
        --disable-java \