summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenda Xu <heroxbd@gentoo.org>2020-03-22 15:50:07 +0800
committerBenda Xu <heroxbd@gentoo.org>2020-03-22 18:54:10 +0800
commit397ba03d0414bcad3a964cde008a84b204238b82 (patch)
tree274bbfb63fe0b0c801e6fd8470e716fb27ffe96a /profiles/features
parentdev-util/ccache: ia64 stable wrt bug #713916 (diff)
downloadgentoo-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.defaults4
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