diff --git a/glibc.changes b/glibc.changes index fc51d51..411e27e 100644 --- a/glibc.changes +++ b/glibc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jun 9 12:01:07 UTC 2022 - Andreas Schwab + +- Set SUSE_ZNOW=0 + ------------------------------------------------------------------- Wed Jun 8 13:32:57 UTC 2022 - Andreas Schwab diff --git a/glibc.spec b/glibc.spec index 662d12f..0455140 100644 --- a/glibc.spec +++ b/glibc.spec @@ -560,6 +560,8 @@ esac # Before enabling it, run the testsuite and verify that it # passes completely export SUSE_ASNEEDED=0 +# This is controlled by --enable-bind-now. +export SUSE_ZNOW=0 # Adjust glibc version.h echo "#define CONFHOST \"${target}\"" >> version.h echo "#define GITID \"%{git_id}\"" >> version.h @@ -718,6 +720,8 @@ make %{?_smp_mflags} -C cc-base html %if %{build_testsuite} # The testsuite will fail if asneeded is used export SUSE_ASNEEDED=0 +# The testsuite will fail if -znow is used +export SUSE_ZNOW=0 # Increase timeout export TIMEOUTFACTOR=16 # The testsuite does its own malloc checking