From c3779afc112c2a9b0f6c5825b278d31d633e1c71 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 1 Feb 2016 17:19:36 +0100 Subject: [PATCH] package/Makefile.in: fix typo Commit dc95d50fe3ee (correct gettext handling for musl) introduced a last minute typo, fix that. Thanks to Thomas Petazzoni for noticing. Signed-off-by: Peter Korsgaard --- package/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/Makefile.in b/package/Makefile.in index 96d93b07a9..dd595e2b77 100644 --- a/package/Makefile.in +++ b/package/Makefile.in @@ -345,7 +345,7 @@ endif # http://www.openwall.com/lists/musl/2015/04/16/3 ifeq ($(BR2_TOOLCHAIN_USES_MUSL),y) BR2_GT_CV_FUNC_GNUGETTEXT_LIBC = \ - gt_cv_func_gnugettext1_libc=yes + gt_cv_func_gnugettext1_libc=yes \ gt_cv_func_gnugettext2_libc=yes endif -- 2.30.2