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 \