From 22e27d6c1535c6a747054a0aef101bc59549719e77354d2a47150303545d0fab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Wed, 3 Aug 2011 07:21:53 +0000 Subject: [PATCH] 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 --- zsh.changes | 6 ++++++ zsh.spec | 7 ++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/zsh.changes b/zsh.changes index 926c60d..e2c3ad8 100644 --- a/zsh.changes +++ b/zsh.changes @@ -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 diff --git a/zsh.spec b/zsh.spec index dc2b9cf..cc84e98 100644 --- a/zsh.spec +++ b/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