Skip to content

Commit

Permalink
dev-libs/libkrunfw: add new patch file
Browse files Browse the repository at this point in the history
Signed-off-by: James Calligeros <[email protected]>
  • Loading branch information
chadmed committed Oct 11, 2024
1 parent 12c0b15 commit cef8158
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions dev-libs/libkrunfw/files/libkrunfw-4.4.2-do-not-strip.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
diff --git a/Makefile b/Makefile
index c80b805..a45fb61 100644
--- a/Makefile
+++ b/Makefile
@@ -102,9 +102,6 @@ endif

$(KRUNFW_BINARY_$(OS)): $(KERNEL_C_BUNDLE) $(QBOOT_C_BUNDLE) $(INITRD_C_BUNDLE)
$(CC) -fPIC -DABI_VERSION=$(ABI_VERSION) -shared $(SONAME_$(OS)) -o $@ $(KERNEL_C_BUNDLE) $(QBOOT_C_BUNDLE) $(INITRD_C_BUNDLE)
-ifeq ($(OS),Linux)
- $(STRIP) $(KRUNFW_BINARY_$(OS))
-endif

install:
install -d $(DESTDIR)$(PREFIX)/$(LIBDIR_$(OS))/

0 comments on commit cef8158

Please sign in to comment.