SHA256
1
0
forked from pool/ncurses

- fix build under qemu for the ARM port

OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=45
This commit is contained in:
Dirk Mueller 2011-09-29 21:15:19 +00:00 committed by Git OBS Bridge
parent f77f8f10b7
commit 93681e64ca
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