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:
parent
f77f8f10b7
commit
93681e64ca
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user