Просмотр исходного кода

try to not prefer curses to be stand-alone

Ralf S. Engelschall 24 лет назад
Родитель
Сommit
5dda9a565c
1 измененных файлов с 3 добавлено и 2 удалено
  1. 3 2
      bash/bash.spec

+ 3 - 2
bash/bash.spec

@@ -33,7 +33,7 @@ Distribution: OpenPKG [REL]
 Group:        Shell
 License:      GPL
 Version:      2.05a
-Release:      20020206
+Release:      20020308
 
 #   list of sources
 Source0:      ftp://ftp.cwru.edu/pub/bash/bash-%{version}.tar.gz
@@ -61,7 +61,8 @@ AutoReqProv:  no
     CC="%{l_cc}" \
     CFLAGS="%{l_cflags -O}" \
     ./configure \
-        --prefix=%{l_prefix}
+        --prefix=%{l_prefix} \
+        --without-curses
     %{l_shtool} subst \
         -e 's;^\(#define.*SYS_PROFILE["^]*\).*;\1 "%{l_prefix}/etc/bash/profile";' \
         pathnames.h