diff options
author | Luka Perkov <luka@openwrt.org> | 2012-06-09 17:37:29 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2012-06-09 17:37:29 +0000 |
commit | 30edb14356c6db742b85104e5b684219f432d17e (patch) | |
tree | e9087d6b528b98f8c74f274dfa4f177dcb1a5fba /package/util-linux | |
parent | d21fccaa2c7354f4f3e91a0e488f77b0f9d9619b (diff) | |
download | upstream-30edb14356c6db742b85104e5b684219f432d17e.tar.gz upstream-30edb14356c6db742b85104e5b684219f432d17e.tar.bz2 upstream-30edb14356c6db742b85104e5b684219f432d17e.zip |
util-linux: update to 2.21.2
SVN-Revision: 32141
Diffstat (limited to 'package/util-linux')
-rw-r--r-- | package/util-linux/Makefile | 4 | ||||
-rw-r--r-- | package/util-linux/patches/000-compile.patch | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/package/util-linux/Makefile b/package/util-linux/Makefile index 3a2fea9cc1..a9050edef4 100644 --- a/package/util-linux/Makefile +++ b/package/util-linux/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=util-linux -PKG_VERSION:=2.21.1 +PKG_VERSION:=2.21.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/linux/utils/$(PKG_NAME)/v2.21 -PKG_MD5SUM:=ad602dcd528f340b1329cfa6200d8f80 +PKG_MD5SUM:=54ba880f1d66782c2287ee2c898520e9 PKG_BUILD_PARALLEL:=1 PKG_BUILD_DEPENDS:=libncurses diff --git a/package/util-linux/patches/000-compile.patch b/package/util-linux/patches/000-compile.patch index 80343f2481..b7cc18b40c 100644 --- a/package/util-linux/patches/000-compile.patch +++ b/package/util-linux/patches/000-compile.patch @@ -10,7 +10,7 @@ - * the locale database, which can be overridden with the - * -s (Sunday) or -m (Monday) options. - */ --#ifdef HAVE_DECL__NL_TIME_WEEK_1STDAY +-#if HAVE_DECL__NL_TIME_WEEK_1STDAY - /* - * You need to use 2 locale variables to get the first day of the week. - * This is needed to support first_weekday=2 and first_workday=1 for |