Browse Source

use verbose output by default for autotool style packages

Waldemar Brodkorb 2 months ago
parent
commit
932e0da744
1 changed files with 1 additions and 0 deletions
  1. 1 0
      mk/pkg-bottom.mk

+ 1 - 0
mk/pkg-bottom.mk

@@ -116,6 +116,7 @@ else ifeq ($(strip ${CONFIG_STYLE}),)
 	    --disable-dependency-tracking \
 	    --disable-libtool-lock \
 	    --disable-nls \
+	    --disable-silent-rules \
 	    ${CONFIGURE_LIB} \
 	    ${CONFIGURE_ARGS} $(MAKE_TRACE)
 else