aports/main/efibootmgr/musl-gettext.patch
Natanael Copa 792c5233bf main/{efivar,efiboomgr}: move from community
we want efibootmgr on the extended iso image so those needs to be in
main.
2020-05-28 13:40:02 +00:00

11 lines
374 B
Diff

--- ./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))