From b4a81fc2c6826344bdc86acef4283ed7e86c1fb4 Mon Sep 17 00:00:00 2001 From: Joao Pinto Date: Wed, 16 Sep 2015 09:26:49 +0100 Subject: [PATCH] vlc: enable to run as root 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 Signed-off-by: Thomas Petazzoni --- package/vlc/vlc.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/vlc/vlc.mk b/package/vlc/vlc.mk index 6f7fd58a05..4e84b1285e 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),) -- 2.30.2