From 474db755d79fd81965ca68fe3637378290945a861f6d3458dc0d553510aa9486 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 17 Dec 2013 16:33:17 +0000 Subject: [PATCH] Accepting request 211262 from openSUSE:Factory:PowerLE - Fix gnulib test failure due to SUSE_ASNEEDED. OBS-URL: https://build.opensuse.org/request/show/211262 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libidn?expand=0&rev=32 --- libidn.changes | 5 +++++ libidn.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/libidn.changes b/libidn.changes index add6ec7..72f823c 100644 --- a/libidn.changes +++ b/libidn.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Dec 14 16:57:39 UTC 2013 - uweigand@de.ibm.com + +- Fix gnulib test failure due to SUSE_ASNEEDED. + ------------------------------------------------------------------- Mon Sep 23 14:35:40 UTC 2013 - tchvatal@suse.com diff --git a/libidn.spec b/libidn.spec index 510450b..8633c48 100644 --- a/libidn.spec +++ b/libidn.spec @@ -127,6 +127,7 @@ rm -f %{buildroot}%{_libdir}/libidn.la %check %if ! 0%{?qemu_user_space_build} +export SUSE_ASNEEDED=0 make check %{?_smp_mflags} V=1 %endif