Browse Source

fix building under new world order (sane environment)

master
parent
commit
c9d7a9e84b
  1. 6
      tar/tar.spec

6
tar/tar.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [REL]
Group: Archiver Group: Archiver
License: GPL License: GPL
Version: 1.13.25 Version: 1.13.25
Release: 20020319 Release: 20020402
# list of sources # list of sources
Source0: ftp://alpha.gnu.org/gnu/tar/tar-%{version}.tar.gz Source0: ftp://alpha.gnu.org/gnu/tar/tar-%{version}.tar.gz
@ -58,9 +58,13 @@ AutoReqProv: no
%setup -q %setup -q
%build %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}" \ CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \ CFLAGS="%{l_cflags -O}" \
./configure \ ./configure \
--config-cache \
--prefix=%{l_prefix} \ --prefix=%{l_prefix} \
--disable-nls --disable-nls
%{l_make} %{l_mflags -O} %{l_make} %{l_mflags -O}

Loading…
Cancel
Save