projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28fc73e
)
package/Makefile.in: fix typo
author
Peter Korsgaard
<peter@korsgaard.com>
Mon, 1 Feb 2016 16:19:36 +0000
(17:19 +0100)
committer
Peter Korsgaard
<peter@korsgaard.com>
Mon, 1 Feb 2016 16:19:36 +0000
(17:19 +0100)
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>
package/Makefile.in
patch
|
blob
|
history
diff --git
a/package/Makefile.in
b/package/Makefile.in
index 96d93b07a9d5ef7406b299ef5c0e3a544392178b..dd595e2b77636ecc130543884183c1ae2ba5ba83 100644
(file)
--- 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