debian-installer: enable further archs.
This commit is contained in:
parent
f24e315a6d
commit
03761554a7
8 changed files with 1089 additions and 32 deletions
12
helpers/DATA/debian-installer/chmod_755_ld-linux.patch
Normal file
12
helpers/DATA/debian-installer/chmod_755_ld-linux.patch
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
--- a/build/Makefile 2023-05-17 02:42:44.707584584 -0600
|
||||
+++ b/build/Makefile 2023-05-17 02:44:14.563930750 -0600
|
||||
@@ -440,6 +440,9 @@
|
||||
|
||||
ifeq ($(DEB_HOST_ARCH_OS),linux)
|
||||
ifdef KERNELVERSION
|
||||
+ifeq ($(DEB_HOST_ARCH),amd64)
|
||||
+ chmod 755 $(TREE)/lib/$(DEB_HOST_MULTIARCH)/ld-linux*
|
||||
+endif
|
||||
# Set up modules.dep, ensure there is at least one standard dir (kernel
|
||||
# in this case), so depmod will use its prune list for archs with no
|
||||
# modules.
|
||||
Loading…
Add table
Add a link
Reference in a new issue