diff --git a/tar/tar.spec b/tar/tar.spec index e613c6d917..ab73528f5c 100644 --- a/tar/tar.spec +++ b/tar/tar.spec @@ -33,7 +33,7 @@ Distribution: OpenPKG [REL] Group: Archiver License: GPL Version: 1.13.25 -Release: 20020319 +Release: 20020402 # list of sources Source0: ftp://alpha.gnu.org/gnu/tar/tar-%{version}.tar.gz @@ -58,9 +58,13 @@ AutoReqProv: no %setup -q %build + echo 'am_cv_func_iconv=${am_cv_func_iconv=no}' >config.cache + echo 'am_cv_lib_iconv=${am_cv_lib_iconv=no}' >config.cache + echo 'am_cv_func_iconv=${am_cv_func_iconv=no}' >config.cache CC="%{l_cc}" \ CFLAGS="%{l_cflags -O}" \ ./configure \ + --config-cache \ --prefix=%{l_prefix} \ --disable-nls %{l_make} %{l_mflags -O}