ソースを参照

Hack gettext locale support totally out of this package

Michael Schloh von Bennewitz 22 年 前
コミット
ce757845dc
1 ファイル変更3 行追加1 行削除
  1. 3 1
      sed/sed.spec

+ 3 - 1
sed/sed.spec

@@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE]
 Group:        Text
 Group:        Text
 License:      GPL
 License:      GPL
 Version:      4.0.9
 Version:      4.0.9
-Release:      20040110
+Release:      20040119
 
 
 #   list of sources
 #   list of sources
 Source0:      ftp://ftp.gnu.org/gnu/sed/sed-%{version}.tar.gz
 Source0:      ftp://ftp.gnu.org/gnu/sed/sed-%{version}.tar.gz
@@ -57,9 +57,11 @@ AutoReqProv:  no
     %patch -p0
     %patch -p0
 
 
 %build
 %build
+    echo 'ac_cv_header_locale_h=no' >config.cache
     CC="%{l_cc}" \
     CC="%{l_cc}" \
     CFLAGS="%{l_cflags -O}" \
     CFLAGS="%{l_cflags -O}" \
     ./configure \
     ./configure \
+        --cache-file=./config.cache \
         --prefix=%{l_prefix} \
         --prefix=%{l_prefix} \
         --disable-nls
         --disable-nls
     %{l_make} %{l_mflags -O}
     %{l_make} %{l_mflags -O}