Enable multi-arch
This commit is contained in:
@@ -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"]
|
||||||
|
|||||||
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user