From c8892eb85ed0c939056bfa2844304bd42b7eac81 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Fri, 11 Jul 2025 17:57:02 +0300 Subject: [PATCH] Enable multi-arch --- pkg.info | 4 ++-- source.sh | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pkg.info b/pkg.info index bc192f7..fd325a1 100644 --- a/pkg.info +++ b/pkg.info @@ -1,11 +1,11 @@ name: glibc description: The GNU C Library version: 2.41 -revision: 6 +revision: 7 url: https://www.gnu.org/software/libc/ license: GPL2-or-later,LGPL2.1-or-later,BSD-3-Clause architecture: any -depends: ["tzdata",] +depends: ["tzdata"] optional_depends: ["gd","perl"] make_depends: ["gd","python3"] provides: ["libc"] diff --git a/source.sh b/source.sh index 4d0551e..e8f2a12 100644 --- a/source.sh +++ b/source.sh @@ -31,6 +31,7 @@ build() { --enable-kernel=5.4 \ --enable-cet \ --enable-stack-protector=strong \ + --enable-multi-arch \ --disable-nscd \ --disable-profile \ --disable-werror \