projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3bde0a
)
libplayer: Remove unsupported QUIET variable
author
Markos Chandras
<markos.chandras@imgtec.com>
Wed, 29 May 2013 23:27:17 +0000
(23:27 +0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Thu, 30 May 2013 11:11:42 +0000
(13:11 +0200)
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@imgtec.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/libplayer/libplayer.mk
patch
|
blob
|
history
diff --git
a/package/libplayer/libplayer.mk
b/package/libplayer/libplayer.mk
index 8f655aedd5590c14f736b49d6f8f5bca7527b643..511c7f690ff0ada02f52b0f0b27ff5a07eec4e3a 100644
(file)
--- 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