[packages] umurmur: update to 0.2.5 (#8268), thanks martin, and patch the libconfig header path post r24199

git-svn-id: svn://svn.openwrt.org/openwrt/packages@24633 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
swalker 2010-12-17 04:07:54 +00:00
parent dadaa0afa4
commit ea4d22774f
2 changed files with 16 additions and 2 deletions

View File

@ -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)

View File

@ -0,0 +1,14 @@
--- a/src/conf.c
+++ b/src/conf.c
@@ -32,11 +32,7 @@
#include <stdlib.h>
#include <string.h>
-#ifdef WRT_TARGET
-#include <libconfig/libconfig.h>
-#else
#include <libconfig.h>
-#endif
#include "types.h"
#include "conf.h"