|
@@ -1,5 +1,5 @@
|
1
|
1
|
#
|
2
|
|
-# Copyright (C) 2006-2014 OpenWrt.org
|
|
2
|
+# Copyright (C) 2006-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.
|
|
@@ -15,7 +15,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
15
|
15
|
PKG_SOURCE_URL:=http://download.savannah.gnu.org/releases/davfs2/
|
16
|
16
|
PKG_MD5SUM:=376bc9346454135cba78afacbcb23f86
|
17
|
17
|
|
18
|
|
-PKG_FIXUP:=autoreconf
|
|
18
|
+PKG_FIXUP:=gettext-version autoreconf
|
19
|
19
|
|
20
|
20
|
include $(INCLUDE_DIR)/package.mk
|
21
|
21
|
|