aboutsummaryrefslogtreecommitdiffstats
path: root/community/efibootmgr/musl-gettext.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/efibootmgr/musl-gettext.patch')
-rw-r--r--community/efibootmgr/musl-gettext.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/efibootmgr/musl-gettext.patch b/community/efibootmgr/musl-gettext.patch
new file mode 100644
index 00000000000..c14db8278f5
--- /dev/null
+++ b/community/efibootmgr/musl-gettext.patch
@@ -0,0 +1,11 @@
+--- ./Make.defaults.orig
++++ ./Make.defaults
+@@ -49,7 +49,7 @@
+ $(call pkg-config-ccldflags)
+ CPPFLAGS?=
+ SOFLAGS=-shared
+-LDLIBS=$(foreach lib,$(LIBS),-l$(lib)) $(call pkg-config-ldlibs)
++LDLIBS=$(foreach lib,$(LIBS),-l$(lib)) $(call pkg-config-ldlibs) -lintl
+
+ .PHONY: check_efidir_error
+ check_efidir_error : ; $(EFIDIR_ERROR) $(info Building with EFIDIR as $(EFIDIR))