sdb: update to 0.6.4.
This commit is contained in:
parent
e1a11d2901
commit
087a36412c
@ -1,25 +0,0 @@
|
||||
From 6382af6ca14bdcb9db8895c735f201d3d1273253 Mon Sep 17 00:00:00 2001
|
||||
From: Juan RP <xtraeme@gmail.com>
|
||||
Date: Fri, 10 May 2013 10:40:22 +0200
|
||||
Subject: [PATCH] memcache/Makefile: use HOST_CFLAGS in the cmds.o target.
|
||||
|
||||
---
|
||||
memcache/Makefile | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/memcache/Makefile b/memcache/Makefile
|
||||
index 29fef47..7b52ef0 100644
|
||||
--- memcache/Makefile
|
||||
+++ memcache/Makefile
|
||||
@@ -39,7 +39,7 @@ endif
|
||||
${CC} -o ${BIN} ${OBJS} ${LDFLAGS} ${LIBS}
|
||||
|
||||
cmds.h: cmds.o
|
||||
- ${HOST_CC} -o cmds ../src/util.c cmds.c ${CPPFLAGS} ${CFLAGS} ${LDFLAGS}
|
||||
+ ${HOST_CC} -o cmds ../src/util.c cmds.c ${CPPFLAGS} -I../src ${HOST_CFLAGS} ${LDFLAGS}
|
||||
./cmds > cmds.h
|
||||
|
||||
clean:
|
||||
--
|
||||
1.8.2.2
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Template file for 'sdb'
|
||||
pkgname=sdb
|
||||
version=0.6.2
|
||||
version=0.6.4
|
||||
revision=1
|
||||
short_desc="Simple key-value database with JSON support"
|
||||
maintainer="pancake <pancake@nopcode.org>"
|
||||
|
Loading…
x
Reference in New Issue
Block a user