SHA256
1
0
forked from pool/ncurses
Dr. Werner Fink 2021-03-22 15:40:17 +00:00 committed by Git OBS Bridge
parent a3986b9a46
commit 42ed914213
2 changed files with 15 additions and 6 deletions

View File

@ -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>

View File

@ -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