1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

configure: autoreconf

This commit is contained in:
Zdenek Kabelac 2024-04-23 23:08:39 +02:00
parent 078445658c
commit f569ac59a7

10
configure vendored
View File

@ -3761,7 +3761,7 @@ case "$host_os" in #(
LVMIMPORTVDO="no" LVMIMPORTVDO="no"
BLKDEACTIVATE="no" ;; #( BLKDEACTIVATE="no" ;; #(
*) : *) :
CLDFLAGS="${CLDFLAGS-"$LDFLAGS"}" ;; ;;
esac esac
################################################################################ ################################################################################
@ -9065,9 +9065,9 @@ printf "%s\n" "$ac_cv_flag_HAVE_PIE" >&6; }
ac_save_LDFLAGS=$LDFLAGS ac_save_LDFLAGS=$LDFLAGS
LDFLAGS=-Wl,-z,relro,-z,now 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 ld flags" >&5 { 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 ld flags... " >&6; } 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} if test ${ac_cv_flag_HAVE_FULL_RELRO+y}
then : then :
printf %s "(cached) " >&6 printf %s "(cached) " >&6
@ -11577,7 +11577,7 @@ printf "%s\n" "#define GNU_SYMVER 1" >>confdefs.h
case "$host_os" in #( case "$host_os" in #(
linux*) : linux*) :
CLDFLAGS="${CLDFLAGS-"$LDFLAGS"} -Wl,--version-script,.export.sym" CLDFLAGS="-Wl,--version-script,.export.sym"
LDDEPS="$LDDEPS .export.sym" ;; #( LDDEPS="$LDDEPS .export.sym" ;; #(
*) : *) :
;; ;;