1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 20:25:28 +03:00
aports/community/efibootmgr/musl-gettext.patch
2019-11-01 14:34:30 +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))