Skip to content

Commit

Permalink
Add symsearch object to debian makefile rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincinator committed Apr 17, 2024
1 parent 22eeb5a commit 43293a3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions fixes_debian/add-symsearch-rule-to-debian-makefiles.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff --color -Naur a/debian/rules.d/scripts/mod/Makefile.real b/debian/rules.d/scripts/mod/Makefile.real
--- a/debian/rules.d/scripts/mod/Makefile.real 2024-04-17 13:55:00.878122726 +0200
+++ b/debian/rules.d/scripts/mod/Makefile.real 2024-04-17 13:55:45.434133015 +0200
@@ -5,7 +5,7 @@
wrapperdir = $(top_rulesdir)/$(OUTDIR)
CFLAGS += -I $(CURDIR)/real-$(TYPE) -I $(wrapperdir)/real-$(TYPE)

-modpost.real-$(TYPE): file2alias.real-$(TYPE).o modpost.real-$(TYPE).o sumversion.real-$(TYPE).o
+modpost.real-$(TYPE): file2alias.real-$(TYPE).o modpost.real-$(TYPE).o sumversion.real-$(TYPE).o symsearch.real-$(TYPE).o
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^

%.real-$(TYPE).o: $(SOURCEDIR)/%.c real-$(TYPE)/devicetable-offsets.h
1 change: 1 addition & 0 deletions fixes_debian/series
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
x86-make-x32-syscall-support-conditional.update.patch
efi-add-an-efi_secure_boot-flag-to-indicate-secure-b.update.patch
efi-lock-down-the-kernel-if-booted-in-secure-boot-mo.update.patch
add-symsearch-rule-to-debian-makefiles.patch

0 comments on commit 43293a3

Please sign in to comment.