mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-27 06:18:57 +00:00
e7f4ad8b6d
And keep ndk-patches in 23c/ subdirectory. Run termux_step_setup_toolchain_23c only if TERMUX_NDK_VERSION equals 23c. This is a step towards having the possibility to use different NDK versions. Using a different NDK version than the one termux officially supports should *really* not be done except for testing/debug/development reasons, or if it is strictly necessary to be able to compile a program (for example for packages that need a fortran compiler, which at the moment is only supported with old gcc-using NDKs).
16 lines
530 B
Diff
16 lines
530 B
Diff
--- ./usr/include/utmp.h.orig 2021-08-16 11:52:08.095542840 +0200
|
|
+++ ./usr/include/utmp.h 2021-08-16 11:52:08.565542673 +0200
|
|
@@ -37,9 +37,9 @@
|
|
#include <sys/types.h>
|
|
#include <time.h>
|
|
|
|
-#define _PATH_UTMP "/var/run/utmp"
|
|
-#define _PATH_WTMP "/var/log/wtmp"
|
|
-#define _PATH_LASTLOG "/var/log/lastlog"
|
|
+#define _PATH_UTMP "@TERMUX_PREFIX@/var/run/utmp"
|
|
+#define _PATH_WTMP "@TERMUX_PREFIX@/var/log/wtmp"
|
|
+#define _PATH_LASTLOG "@TERMUX_PREFIX@/var/log/lastlog"
|
|
|
|
#ifdef __LP64__
|
|
#define UT_NAMESIZE 32
|