aboutsummaryrefslogtreecommitdiffstats
path: root/testing/efibootmgr/musl-gettext.patch
blob: c14db8278f5caf1f150d4f50a8aad08c7a5a9c9f (plain)
1
2
3
4
5
6
7
8
9
10
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))