summaryrefslogtreecommitdiffstats
path: root/package/pango
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-10-01 21:24:42 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2009-10-01 21:24:42 +0200
commit3fdf0bffb87c81f6abf70e64e5b9239431d79ee2 (patch)
tree21f1a9788f1792f7e784186885471d8997abcff3 /package/pango
parentd65976fe26cbf2ef69d5a3bf324349475b5b1b68 (diff)
downloadbuildroot-novena-3fdf0bffb87c81f6abf70e64e5b9239431d79ee2.tar.gz
buildroot-novena-3fdf0bffb87c81f6abf70e64e5b9239431d79ee2.zip
buildroot: silence ./configure step when building with 'make -s'
We have been passing -q to ./configure when using 'make -s' for packages using Makefile.autotools.in for some time. Do the same for packages using autotools, but not using the Makefile.autotools.in infrastructure, taking care to not do it for packages with hand written configure scripts. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/pango')
-rw-r--r--package/pango/pango.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pango/pango.mk b/package/pango/pango.mk
index cb8143120..3d4b7a0cb 100644
--- a/package/pango/pango.mk
+++ b/package/pango/pango.mk
@@ -81,7 +81,7 @@ $(STAMP_DIR)/host_pango_configured: $(STAMP_DIR)/host_pango_unpacked $(STAMP_DIR
$(HOST_CONFIGURE_OPTS) \
CFLAGS="$(HOST_CFLAGS)" \
LDFLAGS="$(HOST_LDFLAGS)" \
- ./configure \
+ ./configure $(QUIET) \
--prefix="$(HOST_DIR)/usr" \
--sysconfdir="$(HOST_DIR)/etc" \
--disable-static \