diff options
author | champtar <champetier.etienne@gmail.com> | 2016-06-13 20:48:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-13 20:48:53 +0200 |
commit | 09b4993092b5a363983aaa9553d595fee31ce913 (patch) | |
tree | 8b08b55f3f7d66fd2fb9c9535681b1ffd29df0b5 /utils | |
parent | f8406ea2f2bcbeb259633922fb3e001e4dde401f (diff) | |
parent | 1851c338cd1ce6e0adc32e3b5491dc733bba39f1 (diff) |
Merge pull request #2853 from mstorchak/attr
attr: update to 20160302
Diffstat (limited to 'utils')
-rw-r--r-- | utils/attr/Makefile | 6 | ||||
-rw-r--r-- | utils/attr/patches/100-no-gettext_configure.patch | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/utils/attr/Makefile b/utils/attr/Makefile index dca9deb08..75e2e00d4 100644 --- a/utils/attr/Makefile +++ b/utils/attr/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2014-2015 OpenWrt.org +# Copyright (C) 2014-2016 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=attr -PKG_REV:=efa0b1ea982261861d64f6d6d620af83d82b02d3 -PKG_VERSION:=20150922 +PKG_REV:=315af30d0c1a198dc662a90e6e6ae2456abf2489 +PKG_VERSION:=20160302 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz diff --git a/utils/attr/patches/100-no-gettext_configure.patch b/utils/attr/patches/100-no-gettext_configure.patch index ab1e9238d..c1d5b5128 100644 --- a/utils/attr/patches/100-no-gettext_configure.patch +++ b/utils/attr/patches/100-no-gettext_configure.patch @@ -2,7 +2,7 @@ diff --git a/configure.ac b/configure.ac index a5f9de5..4c77e97 100644 --- a/configure.ac +++ b/configure.ac -@@ -33,9 +33,6 @@ AC_FUNC_ALLOCA +@@ -34,9 +34,6 @@ AC_FUNC_ALLOCA AM_PROG_AR LT_INIT @@ -12,7 +12,7 @@ index a5f9de5..4c77e97 100644 AC_ARG_ENABLE([debug], [AS_HELP_STRING([--enable-debug], [Enable extra debugging])]) AS_IF([test "x$enable_debug" = "xyes"], -@@ -54,6 +51,5 @@ AC_CONFIG_COMMANDS([include/attr], +@@ -55,6 +52,5 @@ AC_CONFIG_COMMANDS([include/attr], AC_CONFIG_FILES([ libattr.pc Makefile |