view core/efibootmgr/musl-gettext.patch @ 349:7b000befead5

vanilla: improve docs and hierarchy
author David Demelier <markand@malikania.fr>
date Thu, 28 Mar 2019 20:15:00 +0100
parents 407d594b43ab
children
line wrap: on
line source

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