diff options
| author | Peter Korsgaard <peter@korsgaard.com> | 2016-02-01 17:19:36 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2016-02-01 17:19:36 +0100 |
| commit | c3779afc112c2a9b0f6c5825b278d31d633e1c71 (patch) | |
| tree | 7fa67c1cd793852e53c0ef233d2e3aafcf99514e | |
| parent | 28fc73efafe917e4a89c0eb6651555922ee0f4df (diff) | |
| download | buildroot-c3779afc112c2a9b0f6c5825b278d31d633e1c71.tar.gz buildroot-c3779afc112c2a9b0f6c5825b278d31d633e1c71.zip | |
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>
| -rw-r--r-- | package/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |

