Bläddra i källkod

upgrading package: zsh 4.0.9 -> 4.2.0

Ralf S. Engelschall 21 år sedan
förälder
incheckning
44039499c1
1 ändrade filer med 6 tillägg och 2 borttagningar
  1. 6 2
      zsh/zsh.spec

+ 6 - 2
zsh/zsh.spec

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