Accepting request 77731 from home:elvigia:branches:shells
- Enable pcre module - Build against ncurses6w instead of plain old ncurses5 OBS-URL: https://build.opensuse.org/request/show/77731 OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=75
This commit is contained in:
committed by
Git OBS Bridge
parent
931318f8d4
commit
22e27d6c15
7
zsh.spec
7
zsh.spec
@@ -62,6 +62,7 @@ Prereq: fileutils grep /sbin/install-info
|
||||
|
||||
BuildRequires: libcap-devel
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: pcre-devel
|
||||
%if 0%{?rhel_version} || 0%{?centos_version} || 0%{?fedora_version}
|
||||
BuildRequires: libtermcap-devel
|
||||
BuildRequires: texi2html
|
||||
@@ -125,7 +126,11 @@ perl -p -i -e 's|/usr/local/bin|%{_bindir}|' \
|
||||
--enable-maildir-support \
|
||||
--with-tcsetpgrp \
|
||||
--enable-cap \
|
||||
--enable-multibyte
|
||||
--enable-multibyte \
|
||||
--enable-pcre \
|
||||
--with-term-lib=ncursesw \
|
||||
--enable-cflags="%{optflags} %(ncursesw6-config --cflags)" \
|
||||
--enable-ldflags="%(ncursesw6-config --libs)"
|
||||
|
||||
make all info html
|
||||
|
||||
|
Reference in New Issue
Block a user