From c9d7a9e84b4f87629c73b4a813575f04148909e4 Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Tue, 2 Apr 2002 12:24:15 +0000 Subject: [PATCH] fix building under new world order (sane environment) --- tar/tar.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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}