mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-26 21:50:11 +00:00
14 lines
292 B
Diff
14 lines
292 B
Diff
https://github.com/termux/termux-packages/issues/15852
|
|
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -112,7 +112,7 @@
|
|
#include <time.h>
|
|
], [
|
|
struct tm tm;
|
|
- tm.tm_zone = 1;
|
|
+ tm.tm_zone = "1";
|
|
])],
|
|
[ac_cv_struct_tm_zone=yes],
|
|
[ac_cv_struct_tm_zone=no]
|