index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
summary
refs
log
tree
commit
diff
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
John Crispin <john@openwrt.org>
2015-04-10 08:28:21 +0000
committer
John Crispin <john@openwrt.org>
2015-04-10 08:28:21 +0000
commit
8b5c250797921546da4c554bdef0ccd39737961f
(
patch
)
tree
e3b6f29947c2d0dc86c3ab6f751ce07f743339ec
parent
3d248c4dee21a8b66ee75614b68d72343e0615d4
(
diff
)
procd: fix compile error on x86_64
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45344
Diffstat
-rw-r--r--
package/system/procd/Makefile
4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/system/procd/Makefile b/package/system/procd/Makefile
index 3e4fb35dcf..8ab5af118e 100644
--- a/
package/system/procd/Makefile
+++ b/
package/system/procd/Makefile
@@ -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