summaryrefslogtreecommitdiffstats
path: root/package/pixman
diff options
context:
space:
mode:
Diffstat (limited to 'package/pixman')
-rw-r--r--package/pixman/pixman.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pixman/pixman.mk b/package/pixman/pixman.mk
index 248a3843c..3a76c9674 100644
--- a/package/pixman/pixman.mk
+++ b/package/pixman/pixman.mk
@@ -28,7 +28,7 @@ $(STAMP_DIR)/host_pixman_configured: $(STAMP_DIR)/host_pixman_unpacked
$(HOST_CONFIGURE_OPTS) \
CFLAGS="$(HOST_CFLAGS)" \
LDFLAGS="$(HOST_LDFLAGS)" \
- ./configure \
+ ./configure $(QUIET) \
--prefix="$(HOST_DIR)/usr" \
--sysconfdir="$(HOST_DIR)/etc" \
)