Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions packages/devel/binutils/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@ make_host() {
make MAKEINFO=true
}

pre_configure_host() {
export CFLAGS="${CFLAGS} -std=gnu99"
}

makeinstall_host() {
cp -v ../include/libiberty.h ${SYSROOT_PREFIX}/usr/include
make -C libsframe install # bfd is reliant on libsframe
Expand Down
6 changes: 3 additions & 3 deletions packages/graphics/mesa/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)

PKG_NAME="mesa"
PKG_VERSION="26.2.0"
PKG_SHA256="a8664c858d21ed1dc655896954f033f49c76fe1402e5928c2c62121137f3d25b"
PKG_URL="https://mesa.freedesktop.org/archive/mesa-${PKG_VERSION}.tar.xz"
PKG_VERSION="26.2.0-rc1"
PKG_SHA256="8cf8f80b3bcad294664cbc1c197e121118d50b203f4d10b3fd3cb670a14c270c"
PKG_URL="https://archive.mesa3d.org/mesa-${PKG_VERSION}.tar.xz"
PKG_SITE="http://www.mesa3d.org/"
PKG_DEPENDS_HOST="toolchain:host expat:host libclc:host libdrm:host Mako:host pyyaml:host spirv-tools:host"
PKG_DEPENDS_TARGET="toolchain expat libdrm Mako:host pyyaml:host"
Expand Down
2 changes: 1 addition & 1 deletion packages/security/nss/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ make_host() {
rm -rf ${PKG_BUILD}/dist

INCLUDES="-I${TOOLCHAIN}/include" \
CFLAGS="-Wno-error=discarded-qualifiers" \
XCFLAGS="-Wno-error=discarded-qualifiers" \
make BUILD_OPT=1 USE_64=1 \
PREFIX=${TOOLCHAIN} \
NSPR_INCLUDE_DIR=${TOOLCHAIN}/include/nspr \
Expand Down
Loading