diff options
Diffstat (limited to 'testing/efibootmgr/musl-gettext.patch')
-rw-r--r-- | testing/efibootmgr/musl-gettext.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/efibootmgr/musl-gettext.patch b/testing/efibootmgr/musl-gettext.patch new file mode 100644 index 0000000000..c14db8278f --- /dev/null +++ b/testing/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)) |