mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +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 \
|
||||
-Drfkill=false \
|
||||
-Dldconfig=false \
|
||||
-Defi=false \
|
||||
-Dtpm=false \
|
||||
-Dima=false \
|
||||
-Dsmack=false \
|
||||
@ -102,6 +101,12 @@ PKG_MESON_OPTS_TARGET="--libdir=/usr/lib \
|
||||
-Ddebug-tty=${DEBUG_TTY} \
|
||||
-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() {
|
||||
export TARGET_CFLAGS="${TARGET_CFLAGS} -fno-schedule-insns -fno-schedule-insns2 -Wno-format-truncation"
|
||||
export LC_ALL=en_US.UTF-8
|
||||
|
Loading…
x
Reference in New Issue
Block a user