* updated ktuberling (21.12.1 -> 21.12.2), untested
[t2-trunk.git] / package / archiver / tar / tar.conf
blob44f16012c52b0418d8515a2b9b1fbcb1ebaa044b
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by scripts/Create-CopyPatch.
3
4 # T2 SDE: package/.../tar/tar.conf
5 # Copyright (C) 2004 - 2020 The T2 SDE Project
6 # Copyright (C) 1998 - 2003 ROCK Linux Project
7
8 # More information can be found in the files COPYING and README.
9
10 # This program is free software; you can redistribute it and/or modify
11 # it under the terms of the GNU General Public License as published by
12 # the Free Software Foundation; version 2 of the License. A copy of the
13 # GNU General Public License can be found in the file COPYING.
14 # --- T2-COPYRIGHT-NOTE-END ---
16 hook_add preconf 3  "sed -i -e '/gets is a/d' gnu/stdio.in.h"
18 export FORCE_UNSAFE_CONFIGURE=1
19 var_append confopt ' ' '-C'
21 atstage cross && hook_add preconf 5 "echo 'gl_cv_func_wcwidth_works=yes
22 gl_cv_func_mbrtowc_incomplete_state=yes
23 gl_cv_func_mbrtowc_null_arg=yes
24 gl_cv_func_mbrtowc_retval=yes
25 gl_cv_func_mbrtowc_nul_retval=yes
26 gl_cv_func_btowc_eof=yes
27 gl_cv_func_wcrtomb_retval=yes
28 gl_cv_func_wctob_works=yes' >> config.cache"
30 if ! atstage toolchain; then
31         hook_add postmake 5 "mv -v $root/usr/bin/tar $root/bin/tar; \
32                 install -m 0644 -o root -g root ${builddir}/$pkg-$ver/tar.1 $root/usr/man/man1/"
35 # we never want this file
36 var_append INSTALL_WRAPPER_FILTER "|" "sed -e 's,.*/lib/charset.alias,/tmp/x,'"