[Buildroot] [PATCH] Enable vlc to run as root

jpinto Joao.Pinto at synopsys.com
Tue Sep 15 13:20:58 UTC 2015


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 at synopsys.com>
Tested-by: jpinto <jpinto at 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



More information about the buildroot mailing list