SHA256
3
0
forked from pool/screen

- fix build with latest ncurses (split tinfo)

OBS-URL: https://build.opensuse.org/package/show/Base:System/screen?expand=0&rev=25
This commit is contained in:
Stephan Kulow 2011-11-21 14:55:29 +00:00 committed by Git OBS Bridge
parent f1d171dc69
commit d1488b3932
3 changed files with 12164 additions and 19 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Nov 21 14:55:17 UTC 2011 - coolo@suse.com
- fix build with latest ncurses (split tinfo)
-------------------------------------------------------------------
Fri Nov 18 13:09:57 UTC 2011 - jw@suse.com

View File

@ -15,7 +15,6 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Url: http://www.gnu.org/software/screen/
@ -29,7 +28,6 @@ BuildRequires: utempter
License: GPLv2+
Group: System/Console
PreReq: %install_info_prereq
AutoReqProv: on
Version: 4.0.3
Release: 19
Summary: A program to allow multiple screens on a VT100/ANSI Terminal
@ -65,7 +63,7 @@ Documentation: man page
%patch8 -p1
%build
CFLAGS="-DMAXWIN=1000 $RPM_OPT_FLAGS" ./configure --prefix=/usr --infodir=%{_infodir} \
CFLAGS="-DMAXWIN=1000 $RPM_OPT_FLAGS" %configure --prefix=/usr --infodir=%{_infodir} \
--mandir=%{_mandir} \
--with-socket-dir='(eff_uid ? "/var/run/uscreens" : "/var/run/screens")' \
--with-sys-screenrc=/etc/screenrc \