Skip to content

Commit 821ecea

Browse files
authored
Merge pull request #10936 from heitbaum/glibc
glibc: update to 2.43
2 parents 163f4ad + a4f1b15 commit 821ecea

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

packages/databases/mariadb-connector-c/package.mk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ PKG_CMAKE_OPTS_TARGET="-DWITH_EXTERNAL_ZLIB=ON
2020
-DDEFAULT_SSL_VERIFY_SERVER_CERT=OFF
2121
"
2222

23+
pre_configure_target() {
24+
export CFLAGS+=" -Wno-discarded-qualifiers"
25+
}
26+
2327
post_makeinstall_target() {
2428
# keep mariadb shared library and modern authentication plugins
2529
LIBDIR=${INSTALL}/usr/lib

packages/devel/glibc/package.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
44

55
PKG_NAME="glibc"
6-
PKG_VERSION="2.42"
7-
PKG_SHA256="d1775e32e4628e64ef930f435b67bb63af7599acb6be2b335b9f19f16509f17f"
6+
PKG_VERSION="2.43"
7+
PKG_SHA256="d9c86c6b5dbddb43a3e08270c5844fc5177d19442cf5b8df4be7c07cd5fa3831"
88
PKG_LICENSE="GPL"
99
PKG_SITE="https://www.gnu.org/software/libc/"
1010
PKG_URL="https://ftp.gnu.org/pub/gnu/glibc/${PKG_NAME}-${PKG_VERSION}.tar.xz"

0 commit comments

Comments
 (0)