diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2014-03-30 19:29:12 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2014-03-30 19:29:12 +0000 |
commit | 05b8b81fba76ca7a6e8aa84b9d2a93f7faea810b (patch) | |
tree | dcd2e026ed3f6b7e57263bba06fb58c575053c25 /package/odhcp6c/Makefile | |
parent | b55b2d43a0f88348844bcc58aad4d3314f7c6e14 (diff) | |
download | upstream-05b8b81fba76ca7a6e8aa84b9d2a93f7faea810b.tar.gz upstream-05b8b81fba76ca7a6e8aa84b9d2a93f7faea810b.tar.bz2 upstream-05b8b81fba76ca7a6e8aa84b9d2a93f7faea810b.zip |
odhcp6c: fix integer overflow after 50 days
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@40348 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/odhcp6c/Makefile')
-rw-r--r-- | package/odhcp6c/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/odhcp6c/Makefile b/package/odhcp6c/Makefile index e37b72e109..e767064951 100644 --- a/package/odhcp6c/Makefile +++ b/package/odhcp6c/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=odhcp6c PKG_VERSION:=2013-10-02 -PKG_RELEASE=$(PKG_SOURCE_VERSION) +PKG_RELEASE=$(PKG_SOURCE_VERSION)-1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) |