File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
databases/mariadb-connector-c Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff 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+
2327post_makeinstall_target() {
2428 # keep mariadb shared library and modern authentication plugins
2529 LIBDIR =${INSTALL}/usr/lib
Original file line number Diff line number Diff line change 33# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
44
55PKG_NAME ="glibc"
6- PKG_VERSION ="2.42 "
7- PKG_SHA256 ="d1775e32e4628e64ef930f435b67bb63af7599acb6be2b335b9f19f16509f17f "
6+ PKG_VERSION ="2.43 "
7+ PKG_SHA256 ="d9c86c6b5dbddb43a3e08270c5844fc5177d19442cf5b8df4be7c07cd5fa3831 "
88PKG_LICENSE ="GPL"
99PKG_SITE ="https://www.gnu.org/software/libc/"
1010PKG_URL ="https://ftp.gnu.org/pub/gnu/glibc/${PKG_NAME}-${PKG_VERSION}.tar.xz"
You can’t perform that action at this time.
0 commit comments