From e763a2003650adddc63bd4e3ed27c40a45574971 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 24 Jan 2019 09:01:06 +0000 Subject: [PATCH] Revert "Undefine _ld_as_needed which breaks gnulib tests." Fixed in hivex 1.3.18 (actually fixed by changes to gnulib). This reverts commit bfb15ca1bec45e0ddc6c50715cab47571c9e2e71. --- hivex.spec | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/hivex.spec b/hivex.spec index 37b8cec..ddaa51a 100644 --- a/hivex.spec +++ b/hivex.spec @@ -5,10 +5,6 @@ %bcond_with ocaml %endif -# This breaks gnulib tests. -# https://lists.gnu.org/archive/html/bug-gnulib/2019-01/threads.html#00123 -%undefine _ld_as_needed - # Verify tarball signature with GPGv2. %global verify_tarball_signature 1 @@ -288,6 +284,8 @@ fi %changelog +- Revert: Undefine _ld_as_needed which breaks gnulib tests. + * Thu Jan 24 2019 Mamoru TASAKA - 1.3.17-3 - F-30: rebuild against ruby26