From 0662e833ecedf45a8a114f24d24911b89174b68a Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Mon, 22 Jul 2019 20:22:41 -0700 Subject: [PATCH] flent-tools: Fix compilation with uClibc-ng Signed-off-by: Rosen Penev (ported from 9cd01fd1c5ae4394092dd1443a751c0e046d6c41) --- utils/flent-tools/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/flent-tools/Makefile b/utils/flent-tools/Makefile index 55dca989c..d14a99602 100644 --- a/utils/flent-tools/Makefile +++ b/utils/flent-tools/Makefile @@ -20,6 +20,7 @@ PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_VERSION:=$(PKG_REV) include $(INCLUDE_DIR)/package.mk +include $(INCLUDE_DIR)/nls.mk define Package/flent-tools SECTION:=utils