aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/util-linux
diff options
context:
space:
mode:
authorPhilip Prindeville <philipp@redfish-solutions.com>2017-08-21 14:09:57 -0600
committerJohn Crispin <john@phrozen.org>2017-08-23 18:36:22 +0200
commit5c2c0f8a327c5e971ae4f4e2af63f0cad2b1e8f5 (patch)
treef567a6348ce6d6cfcccf50a0c3ed14f3b32b0500 /package/utils/util-linux
parentb69705b38ab3de54f733491288fb5c8677b52d98 (diff)
downloadupstream-5c2c0f8a327c5e971ae4f4e2af63f0cad2b1e8f5.tar.gz
upstream-5c2c0f8a327c5e971ae4f4e2af63f0cad2b1e8f5.tar.bz2
upstream-5c2c0f8a327c5e971ae4f4e2af63f0cad2b1e8f5.zip
util-linux: don't need to build NLS support
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Diffstat (limited to 'package/utils/util-linux')
-rw-r--r--package/utils/util-linux/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/utils/util-linux/Makefile b/package/utils/util-linux/Makefile
index b800b722d0..9ab5bfa6f8 100644
--- a/package/utils/util-linux/Makefile
+++ b/package/utils/util-linux/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=util-linux
PKG_VERSION:=2.30.1
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@KERNEL/linux/utils/$(PKG_NAME)/v2.30
@@ -30,6 +30,8 @@ PKG_BUILD_PARALLEL:=1
PKG_FIXUP:=autoreconf
PKG_INSTALL:=1
+DISABLE_NLS:=--disable-nls
+
include $(INCLUDE_DIR)/package.mk
define Package/util-linux/Default