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:
Ismail Dönmez 2011-08-03 07:21:53 +00:00 committed by Git OBS Bridge
parent 931318f8d4
commit 22e27d6c15
2 changed files with 12 additions and 1 deletions

View File

@ -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

View File

@ -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