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:
parent
f1d171dc69
commit
d1488b3932
12174
screen-4.0.2.dif
12174
screen-4.0.2.dif
File diff suppressed because it is too large
Load Diff
@ -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
|
Fri Nov 18 13:09:57 UTC 2011 - jw@suse.com
|
||||||
|
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
Url: http://www.gnu.org/software/screen/
|
Url: http://www.gnu.org/software/screen/
|
||||||
|
|
||||||
@ -29,7 +28,6 @@ BuildRequires: utempter
|
|||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System/Console
|
Group: System/Console
|
||||||
PreReq: %install_info_prereq
|
PreReq: %install_info_prereq
|
||||||
AutoReqProv: on
|
|
||||||
Version: 4.0.3
|
Version: 4.0.3
|
||||||
Release: 19
|
Release: 19
|
||||||
Summary: A program to allow multiple screens on a VT100/ANSI Terminal
|
Summary: A program to allow multiple screens on a VT100/ANSI Terminal
|
||||||
@ -65,7 +63,7 @@ Documentation: man page
|
|||||||
%patch8 -p1
|
%patch8 -p1
|
||||||
|
|
||||||
%build
|
%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} \
|
--mandir=%{_mandir} \
|
||||||
--with-socket-dir='(eff_uid ? "/var/run/uscreens" : "/var/run/screens")' \
|
--with-socket-dir='(eff_uid ? "/var/run/uscreens" : "/var/run/screens")' \
|
||||||
--with-sys-screenrc=/etc/screenrc \
|
--with-sys-screenrc=/etc/screenrc \
|
||||||
|
Loading…
Reference in New Issue
Block a user