Changelogs: https://github.com/erlang/otp/releases/tag/OTP-25.3.2.16 https://github.com/erlang/otp/releases/tag/OTP-25.3.2.17 https://github.com/erlang/otp/releases/tag/OTP-25.3.2.18 https://github.com/erlang/otp/releases/tag/OTP-25.3.2.19 https://github.com/erlang/otp/releases/tag/OTP-25.3.2.20 https://github.com/erlang/otp/releases/tag/OTP-25.3.2.21 Refresh patches. Pet portclippy. PR: 286332 Approved by: erlang (maintainer, timeout > 3 weeks) Security: CVE-2024-53846 Security: CVE-2025-26618 Security: CVE-2025-30211 Security: CVE-2025-32433 Security: CVE-2025-46712 MFH: 2025Q2
21 lines
595 B
Plaintext
21 lines
595 B
Plaintext
--- Makefile.in.orig 2025-05-08 11:08:25 UTC
|
|
+++ Makefile.in
|
|
@@ -60,7 +60,7 @@ libdir = @libdir@
|
|
libdir = @libdir@
|
|
|
|
# Where Erlang/OTP is located
|
|
-libdir_suffix = /erlang
|
|
+libdir_suffix = /erlang25
|
|
erlang_libdir = $(libdir)$(libdir_suffix)
|
|
erlang_bindir = $(erlang_libdir)/bin
|
|
|
|
@@ -1136,7 +1136,7 @@ $(TEST_DIRS):
|
|
#
|
|
# Order is important here, don't change it!
|
|
#
|
|
-INST_DEP += install.dirs install.emulator install.libs install.Install install.otp_version install.bin
|
|
+INST_DEP += install.dirs install.emulator install.libs install.Install install.otp_version
|
|
|
|
install: $(INST_DEP)
|
|
|