mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-21 23:56:16 +02:00
centerim: update to 4.22.10 and fix build
This commit is contained in:
parent
caaecfd42d
commit
e2440806b6
@ -1,12 +1,12 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=centerim
|
||||
PKG_VERSION:=4.22.9
|
||||
PKG_RELEASE:=4
|
||||
PKG_VERSION:=4.22.10
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=centerim-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://www.centerim.org/download/releases
|
||||
PKG_MD5SUM:=c43911508205e0277529230c8316a298
|
||||
PKG_MD5SUM:=7565c3c8cac98a4e2d8524076a44676f
|
||||
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/centerim-$(PKG_VERSION)
|
||||
|
||||
|
10
centerim/patches/sigslot.patch
Normal file
10
centerim/patches/sigslot.patch
Normal file
@ -0,0 +1,10 @@
|
||||
--- a/libicq2000/libicq2000/sigslot.h
|
||||
+++ b/libicq2000/libicq2000/sigslot.h
|
||||
@@ -82,6 +82,7 @@
|
||||
#ifndef SIGSLOT_H__
|
||||
#define SIGSLOT_H__
|
||||
|
||||
+#include <stddef.h>
|
||||
#include <set>
|
||||
#include <list>
|
||||
|
Loading…
Reference in New Issue
Block a user