python312Packages.vdf: avoid using pname for src.repo
[NixPkgs.git] / pkgs / os-specific / linux / kexec-tools / fix-purgatory-llvm-libunwind.patch
blob235410da94f2c255aff3fe00728af1ae45c1b052
1 --- a/purgatory/Makefile 2024-06-06 23:59:33.089005832 -0700
2 +++ b/purgatory/Makefile 2024-06-06 23:59:56.761169892 -0700
3 @@ -62,7 +62,7 @@
4 $(PURGATORY): LDFLAGS=$($(ARCH)_PURGATORY_EXTRA_CFLAGS)\
5 -Wl,--no-undefined -nostartfiles -nostdlib \
6 -nodefaultlibs -e purgatory_start -r \
7 - -Wl,-Map=$(PURGATORY_MAP)
8 + -Wl,-Map=$(PURGATORY_MAP) -static
10 $(PURGATORY): $(PURGATORY_OBJS)
11 $(MKDIR) -p $(@D)