SHA256
1
0
forked from pool/ncurses

Accepting request 85577 from Base:System

- fix build under qemu for the ARM port

OBS-URL: https://build.opensuse.org/request/show/85577
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=41
This commit is contained in:
Lars Vogdt 2011-10-02 08:20:31 +00:00 committed by Git OBS Bridge
commit 49b61c691a
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Sep 29 23:14:59 CEST 2011 - dmueller@suse.de
- fix build under qemu for the ARM port
-------------------------------------------------------------------
Tue Mar 8 11:14:14 CET 2011 - werner@suse.de

View File

@ -439,7 +439,11 @@ rm -vf mk-dlls.sh
# Check for tack program on base of above ncurses
#
pushd tack/
%if 0%{?qemu_user_space_build:1}
echo "Skipping LDD test due to running under QEMU"
%else
ldd ./tack
%endif
popd
test ! -L tack || rm -f tack
%if %abi < 6