From 239c078c9cf3653ac7c5d1e9fc54a9c8a5893cd2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 10 May 2016 21:10:55 +0200 Subject: redis: cleanup old ver --- ...8.18-deps-library-fPIC-performance-tuning.patch | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 0002-redis-2.8.18-deps-library-fPIC-performance-tuning.patch (limited to '0002-redis-2.8.18-deps-library-fPIC-performance-tuning.patch') diff --git a/0002-redis-2.8.18-deps-library-fPIC-performance-tuning.patch b/0002-redis-2.8.18-deps-library-fPIC-performance-tuning.patch deleted file mode 100644 index a9b68d7..0000000 --- a/0002-redis-2.8.18-deps-library-fPIC-performance-tuning.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -up redis-2.8.18/deps/linenoise/Makefile.pic redis-2.8.18/deps/linenoise/Makefile ---- redis-2.8.18/deps/linenoise/Makefile.pic 2014-12-04 11:36:52.000000000 +0100 -+++ redis-2.8.18/deps/linenoise/Makefile 2014-12-04 19:41:57.437824019 +0100 -@@ -2,7 +2,7 @@ STD= - WARN= -Wall - OPT= -Os - --R_CFLAGS= $(STD) $(WARN) $(OPT) $(DEBUG) $(CFLAGS) -+R_CFLAGS= $(STD) $(WARN) $(OPT) $(DEBUG) $(CFLAGS) -fPIC - R_LDFLAGS= $(LDFLAGS) - DEBUG= -g - -diff -up redis-2.8.18/deps/Makefile.pic redis-2.8.18/deps/Makefile ---- redis-2.8.18/deps/Makefile.pic 2014-12-04 19:41:57.437824019 +0100 -+++ redis-2.8.18/deps/Makefile 2014-12-04 19:43:26.346186323 +0100 -@@ -58,7 +58,7 @@ ifeq ($(uname_S),SunOS) - LUA_CFLAGS= -D__C99FEATURES__=1 - endif - --LUA_CFLAGS+= -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL $(CFLAGS) -+LUA_CFLAGS+= -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL $(CFLAGS) -fPIC - LUA_LDFLAGS+= $(LDFLAGS) - # lua's Makefile defines AR="ar rcu", which is unusual, and makes it more - # challenging to cross-compile lua (and redis). These defines make it easier -- cgit