setting_helpers.cpp: fix set timezone if build with uclibc

Origin commit data
------------------
Branch: ni/coolstream
Commit: 2f3737bbc6
Author: GetAway <get-away@t-online.de>
Date: 2022-11-15 (Tue, 15 Nov 2022)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
GetAway
2022-11-15 22:43:21 +01:00
committed by vanhofen
parent 0f033bf3c8
commit ea7b8fa240
5 changed files with 339 additions and 0 deletions

View File

@@ -591,6 +591,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])