1
0
forked from kernel-kdump/crash
Files
crash/crash-extensions-rule-for-defs.patch
Petr Tesařík 2ba6aac814 Accepting request 1078638 from home:ptesarik:branches:Kernel:kdump
- Update to crash 8.0.2
  - Update to gdb-10.2
  - Support kernels at least up to 5.18
  - Refresh
    * crash-patch-gdb.patch
    * crash-extensions-rule-for-defs.patch
    * crash-SLE15-SP1-Fix-for-PPC64-kernel-virtual-address-translation-in.patch
  - Remove upstreamed patches
    * 0019-Add-kernel-version-dependent-check-for-getting-lengt.patch
    * crash-missing-declarations.patch
- Disable eppic extension, because it does not built for GDB 10.2.
- Remove eppic patches
  * eppic-remove-duplicate-symbols.patch
  * eppic-support-arm64.patch
  * eppic-switch-to-system-lib.patch
- Clean up specfile after the discontinued SIAL extension.

OBS-URL: https://build.opensuse.org/request/show/1078638
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/crash?expand=0&rev=366
2023-04-12 12:14:22 +00:00

14 lines
317 B
Diff

Index: b/extensions/Makefile
===================================================================
--- a/extensions/Makefile
+++ b/extensions/Makefile
@@ -32,6 +32,8 @@ link_defs:
@rm -f defs.h
@ln ../defs.h
+defs.h: link_defs
+
$(CONTRIB_SO): %.so: %.c defs.h
@if [ -f $*.mk ]; then \
$(MAKE) -f $*.mk; \