1
0

initial import from Debian

version: 2.45-4 (UNRELEASED)
commit: bf4f75f17a4f370adc9bf9feca09710ce76ecc63
This commit is contained in:
2025-08-11 12:46:32 +03:00
commit 8c29d0a2c2
75 changed files with 19903 additions and 0 deletions

25
debian/patches/aarch64-libpath.diff vendored Normal file
View File

@@ -0,0 +1,25 @@
--- a/ld/emulparams/aarch64linux.sh
+++ b/ld/emulparams/aarch64linux.sh
@@ -40,12 +40,15 @@ PLT=".plt ${RELOCATING-0} : ALI
# Linux modifies the default library search path to first include
# a 64-bit specific directory.
-case "$target" in
- aarch64*-linux*)
- case "$EMULATION_NAME" in
- aarch64linux*) LIBPATH_SUFFIX=64 ;;
- esac
- ;;
-esac
+
+# not for multiarch systems ...
+
+#case "$target" in
+# aarch64*-linux*)
+# case "$EMULATION_NAME" in
+# aarch64linux*) LIBPATH_SUFFIX=64 ;;
+# esac
+# ;;
+#esac
ELF_INTERPRETER_NAME=\"/lib/ld-linux-aarch64.so.1\"