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:
commit
49b61c691a
@ -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
|
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
|
# Check for tack program on base of above ncurses
|
||||||
#
|
#
|
||||||
pushd tack/
|
pushd tack/
|
||||||
|
%if 0%{?qemu_user_space_build:1}
|
||||||
|
echo "Skipping LDD test due to running under QEMU"
|
||||||
|
%else
|
||||||
ldd ./tack
|
ldd ./tack
|
||||||
|
%endif
|
||||||
popd
|
popd
|
||||||
test ! -L tack || rm -f tack
|
test ! -L tack || rm -f tack
|
||||||
%if %abi < 6
|
%if %abi < 6
|
||||||
|
Loading…
Reference in New Issue
Block a user