setting_helpers.cpp: fix set timezone if build with uclibc

This commit is contained in:
GetAway
2022-11-06 14:27:23 +01:00
parent 640482afe5
commit 4a372252bb
5 changed files with 339 additions and 0 deletions

View File

@@ -607,6 +607,9 @@ case "$BOXTYPE" in
esac
AM_CONDITIONAL(HAVE_LIBSTB_HAL, test "$libstb_hal" = "yes")
# uclibc
AM_CONDITIONAL(HAVE_UCLIBC, test "$targetlibdir/ld-uClibc.so.0")
# generic
if test "$BOXMODEL" = "generic"; then
AC_DEFINE(BOXMODEL_GENERIC, 1, [generic pc])