Browse Source

try to force tar to not use iconv

master
parent
commit
f9bafb2842
  1. 1
      openpkg/openpkg.spec

1
openpkg/openpkg.spec

@ -310,6 +310,7 @@ Provides: OpenPKG
# build GNU tar tool
( cd tar-%{V_tar}
echo 'am_cv_func_iconv=${am_cv_func_iconv=no}' >config.cache
CC="${l_cc}"
./configure \
--prefix=%{l_prefix} \

Loading…
Cancel
Save