|
|
@@ -33,8 +33,8 @@ Distribution: OpenPKG
|
|
|
Class: BASE
|
|
|
Group: Shell
|
|
|
License: BSD-style
|
|
|
-Version: 4.0.9
|
|
|
-Release: 20040207
|
|
|
+Version: 4.2.0
|
|
|
+Release: 20040320
|
|
|
|
|
|
# list of sources
|
|
|
Source0: ftp://ftp.zsh.org/pub/zsh/zsh-%{version}.tar.bz2
|
|
|
@@ -64,11 +64,15 @@ AutoReqProv: no
|
|
|
%setup -q
|
|
|
|
|
|
%build
|
|
|
+ ( echo "ac_cv_lib_iconv_iconv=no"
|
|
|
+ ) >config.cache
|
|
|
CC="%{l_cc}" \
|
|
|
CFLAGS="%{l_cflags -O}" \
|
|
|
./configure \
|
|
|
+ --cache-file=./config.cache \
|
|
|
--prefix=%{l_prefix} \
|
|
|
--enable-etcdir=%{l_prefix}/etc/zsh \
|
|
|
+ --disable-locale \
|
|
|
--disable-dynamic
|
|
|
%{l_make} %{l_mflags}
|
|
|
|