mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-27 20:56:55 +00:00
Merge pull request #7381 from mglae/le11_systemd_generic_efi
systemd: build with -Defi=true on Generic
This commit is contained in:
commit
eebbd03eda
@ -79,7 +79,6 @@ PKG_MESON_OPTS_TARGET="--libdir=/usr/lib \
|
|||||||
-Dhwdb=true \
|
-Dhwdb=true \
|
||||||
-Drfkill=false \
|
-Drfkill=false \
|
||||||
-Dldconfig=false \
|
-Dldconfig=false \
|
||||||
-Defi=false \
|
|
||||||
-Dtpm=false \
|
-Dtpm=false \
|
||||||
-Dima=false \
|
-Dima=false \
|
||||||
-Dsmack=false \
|
-Dsmack=false \
|
||||||
@ -102,6 +101,12 @@ PKG_MESON_OPTS_TARGET="--libdir=/usr/lib \
|
|||||||
-Ddebug-tty=${DEBUG_TTY} \
|
-Ddebug-tty=${DEBUG_TTY} \
|
||||||
-Dversion-tag=${PKG_VERSION}"
|
-Dversion-tag=${PKG_VERSION}"
|
||||||
|
|
||||||
|
if [ "${PROJECT}" = "Generic" ]; then
|
||||||
|
PKG_MESON_OPTS_TARGET+=" -Defi=true"
|
||||||
|
else
|
||||||
|
PKG_MESON_OPTS_TARGET+=" -Defi=false"
|
||||||
|
fi
|
||||||
|
|
||||||
pre_configure_target() {
|
pre_configure_target() {
|
||||||
export TARGET_CFLAGS="${TARGET_CFLAGS} -fno-schedule-insns -fno-schedule-insns2 -Wno-format-truncation"
|
export TARGET_CFLAGS="${TARGET_CFLAGS} -fno-schedule-insns -fno-schedule-insns2 -Wno-format-truncation"
|
||||||
export LC_ALL=en_US.UTF-8
|
export LC_ALL=en_US.UTF-8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user