mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-02-12 10:28:09 +00:00
Includes following patches (post 2.9.9 - https://github.com/libfuse/libfuse/commits/fuse_2_9_bugfix/) util/ulockmgr_server.c: conditionally define closefrom (fix glibc-2.34+) -6d55007027
Correct errno comparison -5d38afc8a5
Whitelist UFSD (backport to 2.9 branch) -5a43d0f724
configure.ac needs to include GETTEXT to generate config.rpath
12 lines
338 B
Diff
12 lines
338 B
Diff
--- a/configure.ac 2021-07-25 10:21:45.000000000 +0000
|
|
+++ b/configure.ac 2024-12-30 12:29:55.969242866 +0000
|
|
@@ -72,6 +72,8 @@
|
|
done
|
|
])
|
|
AM_ICONV
|
|
+AM_GNU_GETTEXT([external])
|
|
+AM_GNU_GETTEXT_VERSION([0.14.4])
|
|
libfuse_libs="$libfuse_libs $LTLIBICONV"
|
|
AM_CONDITIONAL(ICONV, test "$am_cv_func_iconv" = yes)
|
|
AC_SUBST(libfuse_libs)
|