projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0b0016
)
package/mc: fix build with NLS
author
Fabrice Fontaine
<fontaine.fabrice@gmail.com>
Mon, 20 Apr 2020 20:16:43 +0000
(22:16 +0200)
committer
Yann E. MORIN
<yann.morin.1998@free.fr>
Mon, 20 Apr 2020 20:54:26 +0000
(22:54 +0200)
gettext is an optional dependency since version 4.8.24 and
https://github.com/MidnightCommander/mc/commit/
f30e6ff283f4bc86177e4360de94dad794678395
Fixes:
- http://autobuild.buildroot.org/results/
0e72b0b5b7d7009bd5ad5f15917e94c86e99131b
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/mc/mc.mk
patch
|
blob
|
history
diff --git
a/package/mc/mc.mk
b/package/mc/mc.mk
index f83905d89b06e188c5db9aa0e6ead3725362bcb8..4e76b618d8e0e395680b22b4cebec931352e4848 100644
(file)
--- a/
package/mc/mc.mk
+++ b/
package/mc/mc.mk
@@
-9,7
+9,8
@@
MC_SOURCE = mc-$(MC_VERSION).tar.xz
MC_SITE = http://ftp.midnight-commander.org
MC_LICENSE = GPL-3.0+
MC_LICENSE_FILES = COPYING
-MC_DEPENDENCIES = libglib2 host-pkgconf
+MC_DEPENDENCIES = libglib2 host-pkgconf $(TARGET_NLS_DEPENDENCIES)
+MC_CONF_ENV = LIBS=$(TARGET_NLS_LIBS)
ifeq ($(BR2_PACKAGE_GPM),y)
MC_CONF_OPTS += --with-gpm-mouse