view core/efibootmgr/musl-gettext.patch @ 191:6452b7ac91ac

network/curl: initial import, closes #1139
author David Demelier <markand@malikania.fr>
date Tue, 19 Mar 2019 20:05: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))