summaryrefslogtreecommitdiffhomepage
path: root/patches
diff options
context:
space:
mode:
Diffstat (limited to 'patches')
-rw-r--r--patches/mblaze.local.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/patches/mblaze.local.patch b/patches/mblaze.local.patch
new file mode 100644
index 00000000..154596d2
--- /dev/null
+++ b/patches/mblaze.local.patch
@@ -0,0 +1,12 @@
+diff -ru mblaze.orig/GNUmakefile mblaze/GNUmakefile
+--- mblaze.orig/GNUmakefile 2024-05-03 20:09:12.010066998 +0200
++++ mblaze/GNUmakefile 2024-05-03 20:17:36.525513874 +0200
+@@ -1,7 +1,7 @@
+ CFLAGS?=-g -O2 -fstack-protector-strong -D_FORTIFY_SOURCE=2
+ override CFLAGS:=-Wall -Wno-switch -Wextra $(CFLAGS)
+ LDFLAGS?=-fstack-protector-strong
+-LDLIBS=-lrt
++LDLIBS=-liconv
+
+ OS := $(shell uname)
+