From f569ac59a7acd26aab2b8838b30ed79da9101d75 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Tue, 23 Apr 2024 23:08:39 +0200 Subject: [PATCH] configure: autoreconf --- configure | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/configure b/configure index 8db417d36..6dc60e24f 100755 --- a/configure +++ b/configure @@ -3761,7 +3761,7 @@ case "$host_os" in #( LVMIMPORTVDO="no" BLKDEACTIVATE="no" ;; #( *) : - CLDFLAGS="${CLDFLAGS-"$LDFLAGS"}" ;; + ;; esac ################################################################################ @@ -9065,9 +9065,9 @@ printf "%s\n" "$ac_cv_flag_HAVE_PIE" >&6; } ac_save_LDFLAGS=$LDFLAGS - LDFLAGS=-Wl,-z,relro,-z,now - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -Wl,-z,relro,-z,now ld flags" >&5 -printf %s "checking whether $CC accepts -Wl,-z,relro,-z,now ld flags... " >&6; } + LDFLAGS=-Wl,-z,relro,-z,now,-z,pack-relative-relocs,--as-needed + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -Wl,-z,relro,-z,now,-z,pack-relative-relocs,--as-needed ld flags" >&5 +printf %s "checking whether $CC accepts -Wl,-z,relro,-z,now,-z,pack-relative-relocs,--as-needed ld flags... " >&6; } if test ${ac_cv_flag_HAVE_FULL_RELRO+y} then : printf %s "(cached) " >&6 @@ -11577,7 +11577,7 @@ printf "%s\n" "#define GNU_SYMVER 1" >>confdefs.h case "$host_os" in #( linux*) : - CLDFLAGS="${CLDFLAGS-"$LDFLAGS"} -Wl,--version-script,.export.sym" + CLDFLAGS="-Wl,--version-script,.export.sym" LDDEPS="$LDDEPS .export.sym" ;; #( *) : ;;