vlc: enable to run as root
authorJoao Pinto <jpinto@synopsys.com>
Wed, 16 Sep 2015 08:26:49 +0000 (09:26 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 16 Sep 2015 20:24:01 +0000 (22:24 +0200)
A number of embedded systems only include the root user, so this patch
changes the VLC package so that running VLC as root is allowed, like
it is for all other Buildroot packages.

[Thomas: tweak commit log, remove incorrect Tested-by.]

Signed-off-by: Joao Pinto <jpinto@synopsys.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/vlc/vlc.mk

index 6f7fd58a055aafb44726d5f4b466d961c755006f..4e84b1285e63d96264269938df95b6e0e257aae1 100644 (file)
@@ -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),)