procd: fix compile error on x86_64
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45344
This commit is contained in:
parent
3d248c4dee
commit
8b5c250797
1 changed files with 2 additions and 2 deletions
|
@ -8,14 +8,14 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=procd
|
||||
PKG_VERSION:=2015-03-30
|
||||
PKG_VERSION:=2015-04-10
|
||||
|
||||
PKG_RELEASE=$(PKG_SOURCE_VERSION)
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=git://nbd.name/luci2/procd.git
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_SOURCE_VERSION:=91da63d3d3fd680c805dd1a1b78df5b8731a8173
|
||||
PKG_SOURCE_VERSION:=27159f21f76b973a9fa3ec92b8fee2e390d43a43
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||
CMAKE_INSTALL:=1
|
||||
|
||||
|
|
Loading…
Reference in a new issue