[Buildroot] [PATCH] libplayer: Remove unsupported QUIET variable

Markos Chandras markos.chandras at gmail.com
Thu May 30 09:27:17 UTC 2013


From: Markos Chandras <markos.chandras at imgtec.com>

Fixes the following compilation problem when building with 'make -s'

Unknown option "-q".
See ./configure --help for available options.

Signed-off-by: Markos Chandras <markos.chandras at imgtec.com>
---
 package/libplayer/libplayer.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libplayer/libplayer.mk b/package/libplayer/libplayer.mk
index 8f655ae..511c7f6 100644
--- a/package/libplayer/libplayer.mk
+++ b/package/libplayer/libplayer.mk
@@ -18,7 +18,7 @@ define LIBPLAYER_CONFIGURE_CMDS
 		--prefix=/usr \
 		--cross-compile \
 		$(SHARED_STATIC_LIBS_OPTS) \
-		$(QUIET) $(LIBPLAYER_CONF_OPT) \
+		$(LIBPLAYER_CONF_OPT) \
 	)
 endef
 
-- 
1.8.2.1




More information about the buildroot mailing list