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:
parent
931318f8d4
commit
22e27d6c15
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 1 23:17:10 UTC 2011 - crrodriguez@opensuse.org
|
||||
|
||||
- Enable pcre module
|
||||
- Build against ncurses6w instead of plain old ncurses5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 29 12:35:50 UTC 2011 - chris@computersalat.de
|
||||
|
||||
|
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user