initial import from Debian
version: 2.45-4 (UNRELEASED) commit: bf4f75f17a4f370adc9bf9feca09710ce76ecc63
This commit is contained in:
25
debian/patches/aarch64-libpath.diff
vendored
Normal file
25
debian/patches/aarch64-libpath.diff
vendored
Normal 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\"
|
Reference in New Issue
Block a user