Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2] Enable vlc to run as root
@ 2015-09-16  8:26 jpinto
  2015-09-16 10:36 ` Thomas Petazzoni
  2015-09-16 20:34 ` Thomas Petazzoni
  0 siblings, 2 replies; 5+ messages in thread
From: jpinto @ 2015-09-16  8:26 UTC (permalink / raw)
  To: buildroot

From: Joao Pinto <jpinto@synopsys.com>

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

Signed-off-by: Joao Pinto <jpinto@synopsys.com>
Tested-by: Joao Pinto <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] 5+ messages in thread

end of thread, other threads:[~2015-09-17  8:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-16  8:26 [Buildroot] [PATCH v2] Enable vlc to run as root jpinto
2015-09-16 10:36 ` Thomas Petazzoni
2015-09-16 10:38   ` Joao Pinto
2015-09-16 20:34 ` Thomas Petazzoni
2015-09-17  8:38   ` Joao Pinto

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