Undefine _ld_as_needed which breaks gnulib tests.

This commit is contained in:
Richard W.M. Jones 2019-01-23 21:02:00 +00:00
parent 73cd90170a
commit bfb15ca1be

View File

@ -5,12 +5,16 @@
%bcond_with ocaml %bcond_with ocaml
%endif %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. # Verify tarball signature with GPGv2.
%global verify_tarball_signature 1 %global verify_tarball_signature 1
Name: hivex Name: hivex
Version: 1.3.17 Version: 1.3.17
Release: 1%{?dist} Release: 2%{?dist}
Summary: Read and write Windows Registry binary hive files Summary: Read and write Windows Registry binary hive files
License: LGPLv2 License: LGPLv2
@ -284,6 +288,9 @@ fi
%changelog %changelog
* Wed Jan 23 2019 Richard W.M. Jones <rjones@redhat.com> - 1.3.17-2
- Undefine _ld_as_needed which breaks gnulib tests.
* Tue Jan 22 2019 Richard W.M. Jones <rjones@redhat.com> - 1.3.17-1 * Tue Jan 22 2019 Richard W.M. Jones <rjones@redhat.com> - 1.3.17-1
- New upstream version 1.3.17. - New upstream version 1.3.17.
- Fixes regression of RHBZ#1145056. - Fixes regression of RHBZ#1145056.