Enable multi-arch

This commit is contained in:
2025-07-11 17:57:02 +03:00
parent 52b8bd9c59
commit c8892eb85e
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
name: glibc name: glibc
description: The GNU C Library description: The GNU C Library
version: 2.41 version: 2.41
revision: 6 revision: 7
url: https://www.gnu.org/software/libc/ url: https://www.gnu.org/software/libc/
license: GPL2-or-later,LGPL2.1-or-later,BSD-3-Clause license: GPL2-or-later,LGPL2.1-or-later,BSD-3-Clause
architecture: any architecture: any
depends: ["tzdata",] depends: ["tzdata"]
optional_depends: ["gd","perl"] optional_depends: ["gd","perl"]
make_depends: ["gd","python3"] make_depends: ["gd","python3"]
provides: ["libc"] provides: ["libc"]
+1
View File
@@ -31,6 +31,7 @@ build() {
--enable-kernel=5.4 \ --enable-kernel=5.4 \
--enable-cet \ --enable-cet \
--enable-stack-protector=strong \ --enable-stack-protector=strong \
--enable-multi-arch \
--disable-nscd \ --disable-nscd \
--disable-profile \ --disable-profile \
--disable-werror \ --disable-werror \