aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLibravatar Азалия Смарагдова <charming.flurry@yandex.ru>2022-08-15 14:19:27 +0500
committerLibravatar Азалия Смарагдова <charming.flurry@yandex.ru>2022-08-15 14:36:02 +0500
commitba828befe06b99b7dc2d504085cb40aa2d710998 (patch)
tree93e811dc6f03be1045f425e74c016ff9de44eb3b /configure
parentLandlock support has been added. (diff)
downloadfirejail-ba828befe06b99b7dc2d504085cb40aa2d710998.tar.gz
firejail-ba828befe06b99b7dc2d504085cb40aa2d710998.tar.zst
firejail-ba828befe06b99b7dc2d504085cb40aa2d710998.zip
Landlock functions are added to the code of Firejail, removing the dependency on tinyLL
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 7a40e47b4..5ae55c2ba 100755
--- a/configure
+++ b/configure
@@ -3355,7 +3355,7 @@ fi
3355if test "x$enable_landlock" = "xyes"; then : 3355if test "x$enable_landlock" = "xyes"; then :
3356 3356
3357 HAVE_LANDLOCK="-DHAVE_LANDLOCK" 3357 HAVE_LANDLOCK="-DHAVE_LANDLOCK"
3358 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -ltinyll" 3358 EXTRA_LDFLAGS="$EXTRA_LDFLAGS"
3359 3359
3360fi 3360fi
3361 3361