diff options
Diffstat (limited to 'package/thttpd')
-rw-r--r-- | package/thttpd/thttpd.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/thttpd/thttpd.mk b/package/thttpd/thttpd.mk index 63f33a0b9..88041257c 100644 --- a/package/thttpd/thttpd.mk +++ b/package/thttpd/thttpd.mk @@ -26,7 +26,7 @@ $(THTTPD_DIR)/.configured: $(THTTPD_DIR)/.unpacked (cd $(THTTPD_DIR); rm -rf config.cache; \ $(TARGET_CONFIGURE_OPTS) \ $(TARGET_CONFIGURE_ARGS) \ - ./configure \ + ./configure $(QUIET) \ --target=$(GNU_TARGET_NAME) \ --host=$(GNU_TARGET_NAME) \ --build=$(GNU_HOST_NAME) \ |