Browse Source

Hack gettext locale support totally out of this package

Michael Schloh von Bennewitz 22 years ago
parent
commit
ce757845dc
1 changed files with 3 additions and 1 deletions
  1. 3 1
      sed/sed.spec

+ 3 - 1
sed/sed.spec

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