Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openwrt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Freifunk Luebeck
openwrt
Commits
d22adb1b
Commit
d22adb1b
authored
13 years ago
by
Jo-Philipp Wich
Browse files
Options
Downloads
Patches
Plain Diff
if CONFIG_BUILD_NLS is selected, compile uClibc with locale support
SVN-Revision: 29633
parent
5c067db8
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Config.in
+1
-1
1 addition, 1 deletion
Config.in
toolchain/uClibc/Makefile
+1
-0
1 addition, 0 deletions
toolchain/uClibc/Makefile
with
2 additions
and
1 deletion
Config.in
+
1
−
1
View file @
d22adb1b
...
...
@@ -145,7 +145,7 @@ menu "Global build settings"
bool "Compile with full language support"
help
When this option is enabled, packages are built with the full versions of iconv and GNU gettext
instead of the default OpenWrt stubs.
instead of the default OpenWrt stubs.
If uClibc is used, it is also built with locale support.
config SHADOW_PASSWORDS
bool
...
...
This diff is collapsed.
Click to expand it.
toolchain/uClibc/Makefile
+
1
−
0
View file @
d22adb1b
...
...
@@ -78,6 +78,7 @@ define Host/Prepare
-e
's,^.*UCLIBC_HAS_FPU.*,UCLIBC_HAS_FPU=$(if $(CONFIG_SOFT_FLOAT),n,y),g'
\
-e
's,^.*UCLIBC_HAS_SOFT_FLOAT.*,UCLIBC_HAS_SOFT_FLOAT=$(if $(CONFIG_SOFT_FLOAT),y,n),g'
\
-e
's,^.*UCLIBC_HAS_SHADOW.*,UCLIBC_HAS_SHADOW=$(if $(CONFIG_SHADOW_PASSWORDS),y,n),g'
\
-e
's,^.*UCLIBC_HAS_LOCALE.*,UCLIBC_HAS_LOCALE=$(if $(CONFIG_BUILD_NLS),y,n),g'
\
$(HOST_BUILD_DIR)/.config
$(MAKE)
-C
$(HOST_BUILD_DIR)
oldconfig
KBUILD_HAVE_NLS
=
HOSTCFLAGS
=
"-DKBUILD_NO_NLS"
$(MAKE)
-C
$(HOST_BUILD_DIR)/extra/config
conf
KBUILD_HAVE_NLS
=
HOSTCFLAGS
=
"-DKBUILD_NO_NLS"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment