summaryrefslogtreecommitdiff
path: root/package/Makefile.in
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2016-02-01 17:19:36 +0100
committerPeter Korsgaard <peter@korsgaard.com>2016-02-01 17:19:36 +0100
commitc3779afc112c2a9b0f6c5825b278d31d633e1c71 (patch)
tree7fa67c1cd793852e53c0ef233d2e3aafcf99514e /package/Makefile.in
parent28fc73efafe917e4a89c0eb6651555922ee0f4df (diff)
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 <peter@korsgaard.com>
Diffstat (limited to 'package/Makefile.in')
-rw-r--r--package/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/Makefile.in b/package/Makefile.in
index 96d93b07a..dd595e2b7 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