Dash:
[t2.git] / package / develop / apr / apr.conf
blob93143f43c6b6e42d47be11e45e3f1e0dd2a9cab9
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by scripts/Create-CopyPatch.
3
4 # T2 SDE: package/.../apr/apr.conf
5 # Copyright (C) 2008 - 2020 The T2 SDE Project
6
7 # More information can be found in the files COPYING and README.
8
9 # This program is free software; you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License as published by
11 # the Free Software Foundation; version 2 of the License. A copy of the
12 # GNU General Public License can be found in the file COPYING.
13 # --- T2-COPYRIGHT-NOTE-END ---
15 apr_fill_cache() {
16         cat >> config.cache <<-EOT
17                 ac_cv_file__dev_zero=1
18                 apr_cv_process_shared_works=1
19                 apr_cv_tcp_nodelay_with_cork=1
20                 ac_cv_type_size_t=yes
21                 ac_cv_type_ssize_t=yes
22                 ac_cv_sizeof_size_t=$arch_sizeof_long
23                 ac_cv_sizeof_ssize_t=$arch_sizeof_long
24                 ac_cv_sizeof_struct_iovec="sizeof(struct iovec)"
25 EOT
28 if atstage cross; then
29         hook_add preconf 5 apr_fill_cache
30         hook_add premake 5 'make CC=$HOSTCC tools/gen_test_char'
32 var_append makeinstopt ' ' '-j1'