From 17f690bb4aef6d79f2268f76e3d7c3afdfee003d Mon Sep 17 00:00:00 2001 From: Artur Frysiak Date: Fri, 16 Apr 2004 19:22:12 +0000 Subject: [PATCH] - fix building terminfo module - force /dev/ptmx detection - release 4 Changed files: zsh.spec -> 1.101 --- zsh.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/zsh.spec b/zsh.spec index b7cb70c..3184123 100644 --- 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 -- 2.44.0