aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLibravatar Reiner Herrmann <reiner@reiner-h.de>2021-05-22 18:17:58 +0000
committerLibravatar GitHub <noreply@github.com>2021-05-22 18:17:58 +0000
commite8a972a5f60190da77a6e16c289ea4c8fb6ae72e (patch)
treef95323b54ed48d56e02a39f7f448408b5661717a /configure
parentsupport trailing comments on profile lines (diff)
parentconfigure*: fix build with non-bash /bin/sh (diff)
downloadfirejail-e8a972a5f60190da77a6e16c289ea4c8fb6ae72e.tar.gz
firejail-e8a972a5f60190da77a6e16c289ea4c8fb6ae72e.tar.zst
firejail-e8a972a5f60190da77a6e16c289ea4c8fb6ae72e.zip
Merge pull request #4293 from kmk3/configure-fix-portability
configure*: fix build with non-bash /bin/sh
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure16
1 files changed, 8 insertions, 8 deletions
diff --git a/configure b/configure
index 2acf04634..246b229ff 100755
--- a/configure
+++ b/configure
@@ -3171,7 +3171,7 @@ fi
3171{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_check_cflags___mindirect_branch_thunk" >&5 3171{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_check_cflags___mindirect_branch_thunk" >&5
3172$as_echo "$ax_cv_check_cflags___mindirect_branch_thunk" >&6; } 3172$as_echo "$ax_cv_check_cflags___mindirect_branch_thunk" >&6; }
3173if test "x$ax_cv_check_cflags___mindirect_branch_thunk" = xyes; then : 3173if test "x$ax_cv_check_cflags___mindirect_branch_thunk" = xyes; then :
3174 HAVE_SPECTRE="yes" && EXTRA_CFLAGS+=" -mindirect-branch=thunk" 3174 HAVE_SPECTRE="yes" && EXTRA_CFLAGS="$EXTRA_CFLAGS -mindirect-branch=thunk"
3175 3175
3176else 3176else
3177 : 3177 :
@@ -3207,7 +3207,7 @@ fi
3207{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_check_cflags___mretpoline" >&5 3207{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_check_cflags___mretpoline" >&5
3208$as_echo "$ax_cv_check_cflags___mretpoline" >&6; } 3208$as_echo "$ax_cv_check_cflags___mretpoline" >&6; }
3209if test "x$ax_cv_check_cflags___mretpoline" = xyes; then : 3209if test "x$ax_cv_check_cflags___mretpoline" = xyes; then :
3210 HAVE_SPECTRE="yes" && EXTRA_CFLAGS+=" -mretpoline" 3210 HAVE_SPECTRE="yes" && EXTRA_CFLAGS="$EXTRA_CFLAGS -mretpoline"
3211 3211
3212else 3212else
3213 : 3213 :
@@ -3243,7 +3243,7 @@ fi
3243{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_check_cflags___fstack_clash_protection" >&5 3243{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_check_cflags___fstack_clash_protection" >&5
3244$as_echo "$ax_cv_check_cflags___fstack_clash_protection" >&6; } 3244$as_echo "$ax_cv_check_cflags___fstack_clash_protection" >&6; }
3245if test "x$ax_cv_check_cflags___fstack_clash_protection" = xyes; then : 3245if test "x$ax_cv_check_cflags___fstack_clash_protection" = xyes; then :
3246 HAVE_SPECTRE="yes" && EXTRA_CFLAGS+=" -fstack-clash-protection" 3246 HAVE_SPECTRE="yes" && EXTRA_CFLAGS="$EXTRA_CFLAGS -fstack-clash-protection"
3247 3247
3248else 3248else
3249 : 3249 :
@@ -3279,7 +3279,7 @@ fi
3279{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_check_cflags___fstack_protector_strong" >&5 3279{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_check_cflags___fstack_protector_strong" >&5
3280$as_echo "$ax_cv_check_cflags___fstack_protector_strong" >&6; } 3280$as_echo "$ax_cv_check_cflags___fstack_protector_strong" >&6; }
3281if test "x$ax_cv_check_cflags___fstack_protector_strong" = xyes; then : 3281if test "x$ax_cv_check_cflags___fstack_protector_strong" = xyes; then :
3282 HAVE_SPECTRE="yes" && EXTRA_CFLAGS+=" -fstack-protector-strong" 3282 HAVE_SPECTRE="yes" && EXTRA_CFLAGS="$EXTRA_CFLAGS -fstack-protector-strong"
3283 3283
3284else 3284else
3285 : 3285 :
@@ -3293,7 +3293,7 @@ fi
3293 3293
3294if test "x$enable_analyzer" = "xyes"; then : 3294if test "x$enable_analyzer" = "xyes"; then :
3295 3295
3296 EXTRA_CFLAGS+=" -fanalyzer" 3296 EXTRA_CFLAGS="$EXTRA_CFLAGS -fanalyzer"
3297 3297
3298fi 3298fi
3299 3299
@@ -3515,7 +3515,7 @@ else
3515 AA_LIBS=$pkg_cv_AA_LIBS 3515 AA_LIBS=$pkg_cv_AA_LIBS
3516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 3516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3517$as_echo "yes" >&6; } 3517$as_echo "yes" >&6; }
3518 EXTRA_CFLAGS+=" $AA_CFLAGS" && EXTRA_LDFLAGS+=" $AA_LIBS" 3518 EXTRA_CFLAGS="$EXTRA_CFLAGS $AA_CFLAGS" && EXTRA_LDFLAGS="$EXTRA_LDFLAGS $AA_LIBS"
3519fi 3519fi
3520 3520
3521 3521
@@ -3530,7 +3530,7 @@ fi
3530if test "x$enable_selinux" = "xyes"; then : 3530if test "x$enable_selinux" = "xyes"; then :
3531 3531
3532 HAVE_SELINUX="-DHAVE_SELINUX" 3532 HAVE_SELINUX="-DHAVE_SELINUX"
3533 EXTRA_LDFLAGS+=" -lselinux " 3533 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -lselinux "
3534 3534
3535 3535
3536fi 3536fi
@@ -3810,7 +3810,7 @@ fi
3810if test "x$enable_gcov" = "xyes"; then : 3810if test "x$enable_gcov" = "xyes"; then :
3811 3811
3812 HAVE_GCOV="--coverage -DHAVE_GCOV " 3812 HAVE_GCOV="--coverage -DHAVE_GCOV "
3813 EXTRA_LDFLAGS+=" -lgcov --coverage " 3813 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -lgcov --coverage "
3814 3814
3815 3815
3816fi 3816fi