Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] Enable vlc to run as root
@ 2015-09-15 13:20 jpinto
  2015-09-15 13:33 ` Vicente Olivert Riera
  0 siblings, 1 reply; 4+ messages in thread
From: jpinto @ 2015-09-15 13:20 UTC (permalink / raw)
  To: buildroot

A great number of embedded system only include the root user. 
This patch has the goal of enabling vlc to be ran as root.

Signed-off-by: jpinto <jpinto@synopsys.com>
Tested-by: jpinto <jpinto@synopsys.com>
---
 package/vlc/vlc.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/vlc/vlc.mk b/package/vlc/vlc.mk
index 6f7fd58..4e84b12 100644
--- a/package/vlc/vlc.mk
+++ b/package/vlc/vlc.mk
@@ -54,6 +54,7 @@ VLC_CONF_OPTS += \
 	--disable-mfx \
 	--disable-vdpau \
 	--disable-addonmanagermodules \
+	--enable-run-as-root \
 
 # Building static and shared doesn't work, so force static off.
 ifeq ($(BR2_STATIC_LIBS),)
-- 
1.8.1.5

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-09-15 21:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-15 13:20 [Buildroot] [PATCH] Enable vlc to run as root jpinto
2015-09-15 13:33 ` Vicente Olivert Riera
2015-09-15 13:48   ` Joao Pinto
2015-09-15 21:11     ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox