From 8e25a570ed08a312308cde4f62fe6864cde6b045 Mon Sep 17 00:00:00 2001 From: KernelMaker Date: Tue, 8 Nov 2016 15:53:15 +0800 Subject: [PATCH] bugfix for pink(redis protocol) --- Makefile | 3 ++- third/pink | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d3184d20c6..222c372138 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,8 @@ INCLUDE_PATH = -I./include/ \ -I$(THIRD_PATH)/glog/src/ \ -I$(THIRD_PATH)/nemo/output/include/ \ -I$(THIRD_PATH)/slash/output/include/ \ - -I$(THIRD_PATH)/pink/output/include/ + -I$(THIRD_PATH)/pink/output/include/ \ + -I$(THIRD_PATH)/pink/output/ LIB_PATH = -L./ \ -L$(THIRD_PATH)/nemo/output/lib/ \ diff --git a/third/pink b/third/pink index ea6709ec32..f71c1fc42d 160000 --- a/third/pink +++ b/third/pink @@ -1 +1 @@ -Subproject commit ea6709ec3268d8951ece8d74aea22a4abe1be9cf +Subproject commit f71c1fc42d754d24906b98e6e5187821ea17aaa0