]> git.pld-linux.org Git - packages/zsh.git/commitdiff
- fix building terminfo module
authorArtur Frysiak <artur@frysiak.net>
Fri, 16 Apr 2004 19:22:12 +0000 (19:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- force /dev/ptmx detection
- release 4

Changed files:
    zsh.spec -> 1.101

zsh.spec

index b7cb70c8f23f4052c31f2c871b954d7d543d8655..3184123dd624f69172e535420186a0355de42c3b 100644 (file)
--- a/zsh.spec
+++ b/zsh.spec
@@ -13,7 +13,7 @@ Summary(tr):  Geli
 Summary(uk):   ëÏÍÁÎÄÎÉÊ ÐÒÏÃÅÓÏÒ (shell) ÓÈÏÖÉÊ ÎÁ ksh, ÁÌÅ Ú ÐÏËÒÁÝÅÎÎÑÍÉ
 Name:          zsh
 Version:       4.2.0
-Release:       3
+Release:       4
 License:       BSD-like
 Group:         Applications/Shells
 URL:           http://www.zsh.org/
@@ -143,6 +143,7 @@ install %{SOURCE2} .
 %build
 cp -f /usr/share/automake/config.sub .
 %{__autoconf}
+CPPFLAGS="-I/usr/include/ncurses"
 
 %if %{with static}
 LDFLAGS="%{rpmldflags} -static"
@@ -156,6 +157,7 @@ LDFLAGS="%{rpmldflags}"
 %endif
 
 %configure \
+       ac_cv_have_dev_ptmx=yes \
        --enable-maildir-support \
        --enable-pcre \
        --enable-cap
This page took 0.191696 seconds and 4 git commands to generate.