SHA256
6
0
forked from pool/ncurses

Updating link to change in openSUSE:Factory/ncurses revision 204.0

OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=ad19aa9580c9eec9ad0bbe87686ee379
This commit is contained in:
OBS User buildservice-autocommit
2022-01-21 02:05:35 +00:00
committed by Git OBS Bridge
parent 92b572918f
commit f4ae3ed1c7
4 changed files with 79 additions and 24 deletions

View File

@@ -24,6 +24,7 @@
%endif
%bcond_with memleakck
%bcond_without onlytinfo
%bcond_with ada
%bcond_with libbsd
%bcond_with usepcre2
@@ -42,6 +43,11 @@ Name: ncurses
BuildRequires: db-devel
%endif
BuildRequires: expect
%if %{with ada}
# Currently we're missing gprbuild and gprconfig
BuildRequires: gcc-ada
BuildRequires: m4
%endif
BuildRequires: gcc-c++
BuildRequires: pkg-config
%if %{with libbsd}
@@ -499,7 +505,11 @@ mv tack-* tack
> $SCREENLOG
tail -q -s 0.5 -f $SCREENLOG & pid=$!
%configure \
%if %{with ada}
--with-ada \
%else
--without-ada \
%endif
--without-debug \
--without-profile \
--without-manpage-tbl \