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
This commit is contained in:
Stephan Kulow 2013-12-17 16:33:17 +00:00 committed by Git OBS Bridge
parent 72268bf31f
commit 474db755d7
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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