package/tar: fix NLS build
Fix the following build failure raised since bump to version 1.35 in
commit d4d483451f
:
/home/thomas/autobuild/instance-1/output-1/host/lib/gcc/xtensa-buildroot-linux-uclibc/12.3.0/../../../../xtensa-buildroot-linux-uclibc/bin/ld: buffer.o: in function `bufmap_reset':
buffer.c:(.text+0xe8): undefined reference to `libintl_gettext'
Fixes:
- http://autobuild.buildroot.org/results/99b05d4b495b6337c6a48ea5a551a3a84c6d2e6b
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
This commit is contained in:
parent
ed2090717f
commit
8895cae09b
@ -13,6 +13,8 @@ TAR_CONF_OPTS = --exec-prefix=/
|
|||||||
TAR_LICENSE = GPL-3.0+
|
TAR_LICENSE = GPL-3.0+
|
||||||
TAR_LICENSE_FILES = COPYING
|
TAR_LICENSE_FILES = COPYING
|
||||||
TAR_CPE_ID_VENDOR = gnu
|
TAR_CPE_ID_VENDOR = gnu
|
||||||
|
TAR_DEPENDENCIES = $(TARGET_NLS_DEPENDENCIES)
|
||||||
|
TAR_CONF_ENV = LIBS=$(TARGET_NLS_LIBS)
|
||||||
|
|
||||||
# 0002-Fix-boundary-checking-in-base-256-decoder.patch
|
# 0002-Fix-boundary-checking-in-base-256-decoder.patch
|
||||||
TAR_IGNORE_CVES += CVE-2022-48303
|
TAR_IGNORE_CVES += CVE-2022-48303
|
||||||
|
Loading…
Reference in New Issue
Block a user