diff --git a/utils/cksfv/Makefile b/utils/cksfv/Makefile index ca40189a8..aac72fd18 100644 --- a/utils/cksfv/Makefile +++ b/utils/cksfv/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2010 OpenWrt.org +# Copyright (C) 2010-2014 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cksfv PKG_VERSION:=1.3.14 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://zakalwe.fi/~shd/foss/cksfv/files diff --git a/utils/cksfv/patches/001-missing_inttypes_h.patch b/utils/cksfv/patches/001-missing_inttypes_h.patch new file mode 100644 index 000000000..1580d6338 --- /dev/null +++ b/utils/cksfv/patches/001-missing_inttypes_h.patch @@ -0,0 +1,20 @@ +--- a/src/cksfv.h 2009-04-12 09:04:10.000000000 -0700 ++++ b/src/cksfv.h 2014-03-06 14:18:21.020889903 -0800 +@@ -5,6 +5,7 @@ + #include + #include + #include ++#include + + #include "config.h" + +--- a/src/crc32.c 2009-04-12 09:04:10.000000000 -0700 ++++ b/src/crc32.c 2014-03-06 14:44:20.836871963 -0800 +@@ -18,6 +18,7 @@ + + #include + #include ++#include + + #include "config.h" +