chiark / gitweb /
Add more silent flags to configure
authorWetitpig <winsto003@hotmail.com>
Mon, 19 Feb 2018 23:55:54 +0000 (07:55 +0800)
committerFredrik Fornwall <fredrik@fornwall.net>
Mon, 19 Feb 2018 23:57:08 +0000 (00:57 +0100)
build-package.sh

index 4613221ff971f06b5a983e0a5f71823ebd4abfde..ffada3a1031b142331d8410a9e3716b75a23d7c9 100755 (executable)
@@ -801,7 +801,7 @@ termux_step_configure_autotools () {
         fi
        QUIET_BUILD=
        if [ ! -z ${TERMUX_QUIET_BUILD+x} ]; then
-               QUIET_BUILD="--enable-silent-rules"
+               QUIET_BUILD="--enable-silent-rules --silent"
        fi
 
        # Some packages provides a $PKG-config script which some configure scripts pickup instead of pkg-config: