diff options
author | Benda Xu <heroxbd@gentoo.org> | 2020-03-22 15:50:07 +0800 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2020-03-22 18:54:10 +0800 |
commit | 397ba03d0414bcad3a964cde008a84b204238b82 (patch) | |
tree | 274bbfb63fe0b0c801e6fd8470e716fb27ffe96a /profiles/features | |
parent | dev-util/ccache: ia64 stable wrt bug #713916 (diff) | |
download | gentoo-397ba03d0414bcad3a964cde008a84b204238b82.tar.gz gentoo-397ba03d0414bcad3a964cde008a84b204238b82.tar.bz2 gentoo-397ba03d0414bcad3a964cde008a84b204238b82.zip |
profiles/f/prefix/s/kernel-2.6.32+/make.defaults: turn off reallocarray
It is introduced in glibc-2.26.
Signed-off-by: Benda Xu <heroxbd@gentoo.org>
Diffstat (limited to 'profiles/features')
-rw-r--r-- | profiles/features/prefix/standalone/kernel-2.6.32+/make.defaults | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/features/prefix/standalone/kernel-2.6.32+/make.defaults b/profiles/features/prefix/standalone/kernel-2.6.32+/make.defaults new file mode 100644 index 000000000000..056f07700a5d --- /dev/null +++ b/profiles/features/prefix/standalone/kernel-2.6.32+/make.defaults @@ -0,0 +1,4 @@ +# This profile is supporting >=linux-2.6.32[a] and <linux-3.2[b]. + +# only available in glibc-2.26. +ac_cv_func_reallocarray=no |