mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
systemd: add version-tag build option
Without this option systemd 241 and newer builds will run git describe and report the LibreELEC git tree info as version, eg in journal systemd 8.95.002-927-gb1cdc76 running in system mode. With version-tag set the version is reported like before systemd 242 running in system mode. Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
309c06aa95
commit
d015207763
@ -88,7 +88,8 @@ PKG_MESON_OPTS_TARGET="--libdir=/usr/lib \
|
||||
-Dzshcompletiondir=no \
|
||||
-Dkmod-path=/usr/bin/kmod \
|
||||
-Dmount-path=/usr/bin/mount \
|
||||
-Dumount-path=/usr/bin/umount"
|
||||
-Dumount-path=/usr/bin/umount \
|
||||
-Dversion-tag=${PKG_VERSION}"
|
||||
|
||||
pre_configure_target() {
|
||||
export CFLAGS="$CFLAGS -fno-schedule-insns -fno-schedule-insns2 -Wno-format-truncation"
|
||||
|
Loading…
x
Reference in New Issue
Block a user