From fb9f2a5fb3ac1ebbb14302ecdf3c840b70b090da Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sat, 6 Feb 2021 09:05:57 -0500 Subject: disabled overlayfs, fixes pending; added video channels to README* files --- configure | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 75c2499a9..4c19e6e85 100755 --- a/configure +++ b/configure @@ -711,7 +711,6 @@ enable_option_checking enable_analyzer enable_apparmor enable_dbusproxy -enable_overlayfs enable_usertmpfs enable_man enable_firetunnel @@ -1367,7 +1366,6 @@ Optional Features: --enable-analyzer enable GCC 10 static analyzer --enable-apparmor enable apparmor --disable-dbusproxy disable dbus proxy - --disable-overlayfs disable overlayfs --disable-usertmpfs disable tmpfs as regular user --disable-man disable man pages --disable-firetunnel disable firetunnel @@ -3530,18 +3528,16 @@ if test "x$enable_dbusproxy" != "xno"; then : fi +# overlayfs features temporarely disabled pending fixes HAVE_OVERLAYFS="" -# Check whether --enable-overlayfs was given. -if test "${enable_overlayfs+set}" = set; then : - enableval=$enable_overlayfs; -fi - -if test "x$enable_overlayfs" != "xno"; then : - - HAVE_OVERLAYFS="-DHAVE_OVERLAYFS" - -fi +# +#AC_ARG_ENABLE([overlayfs], +# AS_HELP_STRING([--disable-overlayfs], [disable overlayfs])) +#AS_IF([test "x$enable_overlayfs" != "xno"], [ +# HAVE_OVERLAYFS="-DHAVE_OVERLAYFS" +# AC_SUBST(HAVE_OVERLAYFS) +#]) HAVE_USERTMPS="" # Check whether --enable-usertmpfs was given. -- cgit v1.2.3-54-g00ecf