aboutsummaryrefslogtreecommitdiffstats
path: root/testing/efibootmgr/musl-gettext.patch
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2017-10-11 11:26:00 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2017-10-11 11:26:05 +0200
commite8b86a6dbbfc5c2a8ad667de6285c7c7b3ffbb9d (patch)
tree38c33f174b541428a6cad537d8fbfb113b971c08 /testing/efibootmgr/musl-gettext.patch
parentf31278a38b0ac4700b23649cd5e1d5647b7a2343 (diff)
downloadaports-e8b86a6dbbfc5c2a8ad667de6285c7c7b3ffbb9d.tar.bz2
aports-e8b86a6dbbfc5c2a8ad667de6285c7c7b3ffbb9d.tar.xz
testing/efibootmgr: new aport
Diffstat (limited to 'testing/efibootmgr/musl-gettext.patch')
-rw-r--r--testing/efibootmgr/musl-gettext.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/efibootmgr/musl-gettext.patch b/testing/efibootmgr/musl-gettext.patch
new file mode 100644
index 0000000000..c14db8278f
--- /dev/null
+++ b/testing/efibootmgr/musl-gettext.patch
@@ -0,0 +1,11 @@
+--- ./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))