File 0001-No-static.patch of Package imx-mkimage
From 753e9478457182809880275a3bffe298660bfab1 Mon Sep 17 00:00:00 2001
From: "Ivan T. Ivanov" <iivanov@suse.de>
Date: Wed, 12 Mar 2025 05:25:05 +0200
Subject: [PATCH] No static
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index e4cf1c3..5e9990b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
MKIMG = $(PWD)/mkimage_imx8
CC = gcc
-CFLAGS ?= -g -O2 -Wall -std=c99 -static
+CFLAGS ?= -g -O2 -Wall -std=c99
INCLUDE += $(CURR_DIR)/src
SRCS = src/imx8qxb0.c src/mkimage_imx8.c
--
2.43.0