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:
committed by
Git OBS Bridge
parent
f1d171dc69
commit
d1488b3932
@@ -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 \
|
||||
|
Reference in New Issue
Block a user