freeswitch-stable: remove --disable-silent-rules
authorSebastian Kemper <sebastian_ml@gmx.net>
Mon, 5 Feb 2018 20:42:18 +0000 (21:42 +0100)
committerSebastian Kemper <sebastian_ml@gmx.net>
Mon, 5 Feb 2018 20:42:40 +0000 (21:42 +0100)
Remove this switch as the logs grow quite big with this level of
verbosity.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
net/freeswitch-stable/Makefile

index f0ca8c05cc409ce36f112b044b5835369e064f4c..9695a765a35be5d15aab76c34e29e66551cba153 100644 (file)
@@ -676,7 +676,6 @@ endef
 CONFIGURE_ARGS+= \
        --srcdir=$(PKG_BUILD_DIR) \
        --disable-dependency-tracking \
-       --disable-silent-rules \
        --disable-static \
        --disable-system-xmlrpc-c \
        --enable-core-libedit-support \