comparison core/efibootmgr/musl-gettext.patch @ 125:407d594b43ab

core/efibootmgr: initial import, closes #1021
author David Demelier <markand@malikania.fr>
date Sun, 10 Mar 2019 14:54:37 +0100
parents
children
comparison
equal deleted inserted replaced
124:24dcabcf0297 125:407d594b43ab
1 --- ./Make.defaults.orig
2 +++ ./Make.defaults
3 @@ -49,7 +49,7 @@
4 $(call pkg-config-ccldflags)
5 CPPFLAGS?=
6 SOFLAGS=-shared
7 -LDLIBS=$(foreach lib,$(LIBS),-l$(lib)) $(call pkg-config-ldlibs)
8 +LDLIBS=$(foreach lib,$(LIBS),-l$(lib)) $(call pkg-config-ldlibs) -lintl
9
10 .PHONY: check_efidir_error
11 check_efidir_error : ; $(EFIDIR_ERROR) $(info Building with EFIDIR as $(EFIDIR))