From 5e378213bf7d1ed875ecd17f4f0c99ce68ec467c52ef6850ff88f7f9624f5297 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Thu, 9 Jun 2022 12:04:12 +0000 Subject: [PATCH] Accepting request 981499 from home:Andreas_Schwab:Factory - Set SUSE_ZNOW=0 OBS-URL: https://build.opensuse.org/request/show/981499 OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=617 --- glibc.changes | 5 +++++ glibc.spec | 4 ++++ 2 files changed, 9 insertions(+) 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