profiles/f/prefix/s/kernel-2.6.32+/make.defaults: turn off reallocarray
authorBenda Xu <heroxbd@gentoo.org>
Sun, 22 Mar 2020 07:50:07 +0000 (15:50 +0800)
committerBenda Xu <heroxbd@gentoo.org>
Sun, 22 Mar 2020 10:54:10 +0000 (18:54 +0800)
It is introduced in glibc-2.26.

Signed-off-by: Benda Xu <heroxbd@gentoo.org>
profiles/features/prefix/standalone/kernel-2.6.32+/make.defaults [new file with mode: 0644]

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 (file)
index 0000000..056f077
--- /dev/null
@@ -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