Selaa lähdekoodia

attr: update to 20150922

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
Maxim Storchak 9 vuotta sitten
vanhempi
commit
68b15bde67
2 muutettua tiedostoa jossa 8 lisäystä ja 8 poistoa
  1. 3
    3
      utils/attr/Makefile
  2. 5
    5
      utils/attr/patches/100-no-gettext_configure.patch

+ 3
- 3
utils/attr/Makefile Näytä tiedosto

@@ -1,5 +1,5 @@
1 1
 #
2
-# Copyright (C) 2014 OpenWrt.org
2
+# Copyright (C) 2014-2015 OpenWrt.org
3 3
 #
4 4
 # This is free software, licensed under the GNU General Public License v2.
5 5
 # See /LICENSE for more information.
@@ -8,8 +8,8 @@
8 8
 include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=attr
11
-PKG_REV:=c252ef434219891f616d891b46aad6b06efdd185
12
-PKG_VERSION:=20150220
11
+PKG_REV:=efa0b1ea982261861d64f6d6d620af83d82b02d3
12
+PKG_VERSION:=20150922
13 13
 PKG_RELEASE:=1
14 14
 
15 15
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz

+ 5
- 5
utils/attr/patches/100-no-gettext_configure.patch Näytä tiedosto

@@ -1,5 +1,5 @@
1 1
 diff --git a/configure.ac b/configure.ac
2
-index 8a1ca39..ceee757 100644
2
+index a5f9de5..4c77e97 100644
3 3
 --- a/configure.ac
4 4
 +++ b/configure.ac
5 5
 @@ -33,9 +33,6 @@ AC_FUNC_ALLOCA
@@ -9,10 +9,10 @@ index 8a1ca39..ceee757 100644
9 9
 -AM_GNU_GETTEXT_VERSION([0.18.2])
10 10
 -AM_GNU_GETTEXT([external])
11 11
 -
12
- dnl Most people get these man(2) pages from the system now.
13
- AC_ARG_ENABLE([man2],
14
- 	[AS_HELP_STRING([--enable-man2], [Install man(2) pages])])
15
-@@ -59,6 +56,5 @@ AC_CONFIG_COMMANDS([include/attr],
12
+ AC_ARG_ENABLE([debug],
13
+ 	[AS_HELP_STRING([--enable-debug], [Enable extra debugging])])
14
+ AS_IF([test "x$enable_debug" = "xyes"],
15
+@@ -54,6 +51,5 @@ AC_CONFIG_COMMANDS([include/attr],
16 16
  AC_CONFIG_FILES([
17 17
  	libattr.pc
18 18
  	Makefile