lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit cebdcd227fc28940272333e74b0512ef49cd222d
parent ac2a414592bb7dd8bc9b77fa474b9b31a21d9c29
Author: Nicolas Thill <nico@openwrt.org>
Date:   Sat, 31 Jan 2015 09:19:58 +0100

davfs2: add 'gettext-version' fixup

Signed-off-by: Nicolas Thill <nico@openwrt.org>

Diffstat:
Mnet/davfs2/Makefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/davfs2/Makefile b/net/davfs2/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2014 OpenWrt.org +# Copyright (C) 2006-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -15,7 +15,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://download.savannah.gnu.org/releases/davfs2/ PKG_MD5SUM:=376bc9346454135cba78afacbcb23f86 -PKG_FIXUP:=autoreconf +PKG_FIXUP:=gettext-version autoreconf include $(INCLUDE_DIR)/package.mk