aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-12-23 08:29:33 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2023-12-23 08:29:33 -0500
commitdb09546f2946c921da1b07d9d3569c287238989b (patch)
tree5eb6edfb8cccfd9e9698a7750e19189b5deca2fe /configure
parentfix cppcheck (diff)
downloadfirejail-db09546f2946c921da1b07d9d3569c287238989b.tar.gz
firejail-db09546f2946c921da1b07d9d3569c287238989b.tar.zst
firejail-db09546f2946c921da1b07d9d3569c287238989b.zip
remove LTS and FIRETUNNEL support
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure66
1 files changed, 0 insertions, 66 deletions
diff --git a/configure b/configure
index 8c2d3b894..6bc68741e 100755
--- a/configure
+++ b/configure
@@ -650,7 +650,6 @@ ac_includes_default="\
650ac_header_c_list= 650ac_header_c_list=
651ac_subst_vars='LTLIBOBJS 651ac_subst_vars='LTLIBOBJS
652LIBOBJS 652LIBOBJS
653HAVE_LTS
654HAVE_ONLY_SYSCFG_PROFILES 653HAVE_ONLY_SYSCFG_PROFILES
655HAVE_FORCE_NONEWPRIVS 654HAVE_FORCE_NONEWPRIVS
656HAVE_CONTRIB_INSTALL 655HAVE_CONTRIB_INSTALL
@@ -666,7 +665,6 @@ HAVE_GLOBALCFG
666HAVE_CHROOT 665HAVE_CHROOT
667HAVE_PRIVATE_LIB 666HAVE_PRIVATE_LIB
668HAVE_PRIVATE_HOME 667HAVE_PRIVATE_HOME
669HAVE_FIRETUNNEL
670HAVE_GAWK 668HAVE_GAWK
671HAVE_MAN 669HAVE_MAN
672HAVE_USERTMPFS 670HAVE_USERTMPFS
@@ -743,7 +741,6 @@ enable_dbusproxy
743enable_output 741enable_output
744enable_usertmpfs 742enable_usertmpfs
745enable_man 743enable_man
746enable_firetunnel
747enable_private_home 744enable_private_home
748enable_private_lib 745enable_private_lib
749enable_chroot 746enable_chroot
@@ -759,7 +756,6 @@ enable_gcov
759enable_contrib_install 756enable_contrib_install
760enable_force_nonewprivs 757enable_force_nonewprivs
761enable_only_syscfg_profiles 758enable_only_syscfg_profiles
762enable_lts
763' 759'
764 ac_precious_vars='build_alias 760 ac_precious_vars='build_alias
765host_alias 761host_alias
@@ -1403,7 +1399,6 @@ Optional Features:
1403 --disable-output disable --output logging 1399 --disable-output disable --output logging
1404 --disable-usertmpfs disable tmpfs as regular user 1400 --disable-usertmpfs disable tmpfs as regular user
1405 --disable-man disable man pages 1401 --disable-man disable man pages
1406 --enable-firetunnel enable firetunnel
1407 --disable-private-home disable private home feature 1402 --disable-private-home disable private home feature
1408 --disable-private-lib disable private lib feature 1403 --disable-private-lib disable private lib feature
1409 --disable-chroot disable chroot 1404 --disable-chroot disable chroot
@@ -1424,7 +1419,6 @@ Optional Features:
1424 enable force nonewprivs 1419 enable force nonewprivs
1425 --enable-only-syscfg-profiles 1420 --enable-only-syscfg-profiles
1426 disable profiles in $HOME/.config/firejail 1421 disable profiles in $HOME/.config/firejail
1427 --enable-lts enable long-term support software version (LTS)
1428 1422
1429Some influential environment variables: 1423Some influential environment variables:
1430 CC C compiler command 1424 CC C compiler command
@@ -3913,21 +3907,6 @@ fi
3913 3907
3914fi 3908fi
3915 3909
3916HAVE_FIRETUNNEL=""
3917
3918# Check whether --enable-firetunnel was given.
3919if test ${enable_firetunnel+y}
3920then :
3921 enableval=$enable_firetunnel;
3922fi
3923
3924if test "x$enable_firetunnel" = "xyes"
3925then :
3926
3927 HAVE_FIRETUNNEL="-DHAVE_FIRETUNNEL"
3928
3929fi
3930
3931HAVE_PRIVATE_HOME="" 3910HAVE_PRIVATE_HOME=""
3932 3911
3933# Check whether --enable-private-home was given. 3912# Check whether --enable-private-home was given.
@@ -4155,39 +4134,6 @@ then :
4155 4134
4156fi 4135fi
4157 4136
4158HAVE_LTS=""
4159
4160# Check whether --enable-lts was given.
4161if test ${enable_lts+y}
4162then :
4163 enableval=$enable_lts;
4164fi
4165
4166if test "x$enable_lts" = "xyes"
4167then :
4168
4169 HAVE_LTS="-DHAVE_LTS"
4170 HAVE_LANDLOCK=""
4171 HAVE_IDS=""
4172 HAVE_DBUSPROXY=""
4173 HAVE_OVERLAYFS=""
4174 HAVE_OUTPUT=""
4175 HAVE_USERTMPFS=""
4176 HAVE_MAN="-DHAVE_MAN"
4177 HAVE_FIRETUNNEL=""
4178 HAVE_PRIVATE_HOME=""
4179 HAVE_PRIVATE_LIB=""
4180 HAVE_CHROOT=""
4181 HAVE_GLOBALCFG=""
4182 HAVE_USERNS=""
4183 HAVE_X11=""
4184 HAVE_FILE_TRANSFER=""
4185 HAVE_SUID="-DHAVE_SUID"
4186 BUSYBOX_WORKAROUND="no"
4187 HAVE_CONTRIB_INSTALL="no"
4188
4189fi
4190
4191ac_fn_c_check_header_compile "$LINENO" "linux/seccomp.h" "ac_cv_header_linux_seccomp_h" "$ac_includes_default" 4137ac_fn_c_check_header_compile "$LINENO" "linux/seccomp.h" "ac_cv_header_linux_seccomp_h" "$ac_includes_default"
4192if test "x$ac_cv_header_linux_seccomp_h" = xyes 4138if test "x$ac_cv_header_linux_seccomp_h" = xyes
4193then : 4139then :
@@ -5384,11 +5330,9 @@ Features:
5384 disable user profiles: $HAVE_ONLY_SYSCFG_PROFILES 5330 disable user profiles: $HAVE_ONLY_SYSCFG_PROFILES
5385 enable --output logging: $HAVE_OUTPUT 5331 enable --output logging: $HAVE_OUTPUT
5386 file transfer support: $HAVE_FILE_TRANSFER 5332 file transfer support: $HAVE_FILE_TRANSFER
5387 firetunnel support: $HAVE_FIRETUNNEL
5388 global config: $HAVE_GLOBALCFG 5333 global config: $HAVE_GLOBALCFG
5389 IDS support: $HAVE_IDS 5334 IDS support: $HAVE_IDS
5390 Landlock support: $HAVE_LANDLOCK 5335 Landlock support: $HAVE_LANDLOCK
5391 LTS: $HAVE_LTS
5392 manpage support: $HAVE_MAN 5336 manpage support: $HAVE_MAN
5393 network: $HAVE_NETWORK 5337 network: $HAVE_NETWORK
5394 overlayfs support: $HAVE_OVERLAYFS 5338 overlayfs support: $HAVE_OVERLAYFS
@@ -5400,13 +5344,3 @@ Features:
5400 5344
5401EOF 5345EOF
5402 5346
5403if test "$HAVE_LTS" = -DHAVE_LTS; then
5404 cat <<\EOF
5405*********************************************************
5406* Warning: Long-term support (LTS) was enabled! *
5407* Most compile-time options have been rewritten! *
5408*********************************************************
5409
5410EOF
5411fi
5412