Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lede-mikrotik
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
Johannes Rudolph
lede-mikrotik
Commits
556864c7
Commit
556864c7
authored
12 years ago
by
Jo-Philipp Wich
Browse files
Options
Downloads
Patches
Plain Diff
nls.mk: fix build dependency on gettext (#11829)
SVN-Revision: 32665
parent
f9eede18
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/nls.mk
+2
-2
2 additions, 2 deletions
include/nls.mk
with
2 additions
and
2 deletions
include/nls.mk
+
2
−
2
View file @
556864c7
#
#
# Copyright (C) 2011 OpenWrt.org
# Copyright (C) 2011
-2012
OpenWrt.org
#
#
# This is free software, licensed under the GNU General Public License v2.
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
# See /LICENSE for more information.
...
@@ -23,7 +23,7 @@ else
...
@@ -23,7 +23,7 @@ else
endif
endif
PKG_CONFIG_DEPENDS
+=
CONFIG_BUILD_NLS
PKG_CONFIG_DEPENDS
+=
CONFIG_BUILD_NLS
PKG_BUILD_DEPENDS
+=
!
BUILD_NLS:libiconv
!
BUILD_NLS:
gettext
PKG_BUILD_DEPENDS
+=
!
BUILD_NLS:libiconv
!
BUILD_NLS:
libintl
ICONV_DEPENDS
:=
+BUILD_NLS:libiconv-full
ICONV_DEPENDS
:=
+BUILD_NLS:libiconv-full
ICONV_CFLAGS
:=
-I
$(
ICONV_PREFIX
)
/include
ICONV_CFLAGS
:=
-I
$(
ICONV_PREFIX
)
/include
...
...
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