From: Stephen Walker Date: Fri, 17 Dec 2010 04:07:54 +0000 (+0000) Subject: umurmur: update to 0.2.5 (#8268), thanks martin, and patch the libconfig header path... X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=49ce7fbb6f17d2e3ba7d946b04be4a979ac8c295;p=openwrt%2Fsvn-archive%2Fpackages.git umurmur: update to 0.2.5 (#8268), thanks martin, and patch the libconfig header path post r24199 SVN-Revision: 24633 --- diff --git a/net/umurmur/Makefile b/net/umurmur/Makefile index 4cd25807c..ddeedf068 100644 --- a/net/umurmur/Makefile +++ b/net/umurmur/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=umurmur -PKG_VERSION:=0.2.4 +PKG_VERSION:=0.2.5 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://umurmur.googlecode.com/files/ -PKG_MD5SUM:=ab5cc15b4b1d827443f7950cd935bc6a +PKG_MD5SUM:=c31fd72c0ac563cf75961ae4e49909d7 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) diff --git a/net/umurmur/patches/001-fix-libconfig-include.patch b/net/umurmur/patches/001-fix-libconfig-include.patch new file mode 100644 index 000000000..41d242b31 --- /dev/null +++ b/net/umurmur/patches/001-fix-libconfig-include.patch @@ -0,0 +1,14 @@ +--- a/src/conf.c ++++ b/src/conf.c +@@ -32,11 +32,7 @@ + #include + #include + +-#ifdef WRT_TARGET +-#include +-#else + #include +-#endif + + #include "types.h" + #include "conf.h"