Files
termux-packages/packages/libplist/configure.ac.patch
termux-pacman-bot 2efe9f0c8e libplist: Fix configure for detecting tm_zone
%ci:no-build
2023-04-03 17:01:39 +00:00

14 lines
307 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))
if (test "$ac_cv_struct_tm_zone" = "yes"); then