[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:
parent
dadaa0afa4
commit
ea4d22774f
@ -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)
|
||||
|
||||
|
14
net/umurmur/patches/001-fix-libconfig-include.patch
Normal file
14
net/umurmur/patches/001-fix-libconfig-include.patch
Normal 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"
|
Loading…
x
Reference in New Issue
Block a user