forked from pool/ncurses
_Noreturn
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=538
This commit is contained in:
parent
a3986b9a46
commit
42ed914213
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 22 15:39:19 UTC 2021 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
- Disable _Noreturn usage as it breaks build of e.g. dialog
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 22 08:37:32 UTC 2021 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
|
@ -337,6 +337,9 @@ mv tack-* tack
|
||||
%patch1 -p0 -b .327x
|
||||
%patch2 -p0 -b .hs
|
||||
%patch0 -p0 -b .p0
|
||||
#
|
||||
# Avoiud trouble with existing stdnorerturn.h
|
||||
sed -ri 's/@HAVE_STDNORETURN_H@/0/' include/curses.h.in
|
||||
|
||||
%build
|
||||
#
|
||||
@ -1143,6 +1146,7 @@ popd
|
||||
%if 0%{?_crossbuild}
|
||||
# No test here
|
||||
%else
|
||||
|
||||
%check
|
||||
LD_LIBRARY_PATH=%{buildroot}%{_libdir}
|
||||
export LD_LIBRARY_PATH
|
||||
|
Loading…
Reference in New Issue
Block a user