diff options
Diffstat (limited to 'lang/erlang-runtime27/files')
4 files changed, 11 insertions, 11 deletions
diff --git a/lang/erlang-runtime27/files/patch-Makefile.in b/lang/erlang-runtime27/files/patch-Makefile.in index b09184b13882..89ef010aa720 100644 --- a/lang/erlang-runtime27/files/patch-Makefile.in +++ b/lang/erlang-runtime27/files/patch-Makefile.in @@ -1,6 +1,6 @@ ---- Makefile.in.orig 2015-06-23 18:56:21 UTC +--- Makefile.in.orig 2025-05-08 11:03:33 UTC +++ Makefile.in -@@ -60,7 +60,7 @@ bindir = @bindir@ +@@ -60,7 +60,7 @@ libdir = @libdir@ libdir = @libdir@ # Where Erlang/OTP is located @@ -9,7 +9,7 @@ erlang_libdir = $(libdir)$(libdir_suffix) erlang_bindir = $(erlang_libdir)/bin -@@ -1013,7 +1013,7 @@ $(TEST_DIRS): +@@ -851,7 +851,7 @@ $(TEST_DIRS): # # Order is important here, don't change it! # diff --git a/lang/erlang-runtime27/files/patch-erts_etc_unix_run__erl.c b/lang/erlang-runtime27/files/patch-erts_etc_unix_run__erl.c index b76c5127d2a8..5b245ccbf7a3 100644 --- a/lang/erlang-runtime27/files/patch-erts_etc_unix_run__erl.c +++ b/lang/erlang-runtime27/files/patch-erts_etc_unix_run__erl.c @@ -1,8 +1,8 @@ ---- erts/etc/unix/run_erl.c.orig 2015-03-31 12:32:52 UTC +--- erts/etc/unix/run_erl.c.orig 2025-05-08 11:03:33 UTC +++ erts/etc/unix/run_erl.c -@@ -73,9 +73,6 @@ - #ifdef HAVE_UTMP_H - # include <utmp.h> +@@ -81,9 +81,6 @@ + #ifdef HAVE_LIBUTIL_H + # include <libutil.h> #endif -#ifdef HAVE_UTIL_H -# include <util.h> diff --git a/lang/erlang-runtime27/files/patch-lib_crypto_c__src_Makefile.in b/lang/erlang-runtime27/files/patch-lib_crypto_c__src_Makefile.in index 8397bcac2200..68119530b896 100644 --- a/lang/erlang-runtime27/files/patch-lib_crypto_c__src_Makefile.in +++ b/lang/erlang-runtime27/files/patch-lib_crypto_c__src_Makefile.in @@ -1,6 +1,6 @@ ---- lib/crypto/c_src/Makefile.in.orig 2021-05-27 09:40:45 UTC +--- lib/crypto/c_src/Makefile.in.orig 2025-05-08 11:03:33 UTC +++ lib/crypto/c_src/Makefile.in -@@ -136,7 +136,7 @@ endif +@@ -147,7 +147,7 @@ ifeq ($(DYNAMIC_OR_WIN_CRYPTO_LIB),yes) endif ifeq ($(DYNAMIC_OR_WIN_CRYPTO_LIB),yes) diff --git a/lang/erlang-runtime27/files/patch-lib_stdlib_src_calendar.erl b/lang/erlang-runtime27/files/patch-lib_stdlib_src_calendar.erl index 34b753d85b27..2bdfe48e1a04 100644 --- a/lang/erlang-runtime27/files/patch-lib_stdlib_src_calendar.erl +++ b/lang/erlang-runtime27/files/patch-lib_stdlib_src_calendar.erl @@ -1,6 +1,6 @@ ---- lib/stdlib/src/calendar.erl.orig 2015-03-31 12:32:52 UTC +--- lib/stdlib/src/calendar.erl.orig 2025-05-08 11:03:33 UTC +++ lib/stdlib/src/calendar.erl -@@ -279,11 +279,19 @@ local_time_to_universal_time(DateTime, I +@@ -444,11 +444,19 @@ local_time_to_universal_time_dst(DateTime) -> DateTime1 :: datetime1970(), DateTime :: datetime1970(). local_time_to_universal_time_dst(DateTime) -> |