diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-05-10 21:10:55 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-05-10 21:10:55 +0200 |
commit | 239c078c9cf3653ac7c5d1e9fc54a9c8a5893cd2 (patch) | |
tree | 6f5fc5555476167a53ae507054e187fd6e83a2f2 /0002-redis-2.8.18-deps-library-fPIC-performance-tuning.patch | |
parent | 059e1dfff0c0dac62e8aab408bb684f33d7da3a3 (diff) |
redis: cleanup old ver
Diffstat (limited to '0002-redis-2.8.18-deps-library-fPIC-performance-tuning.patch')
-rw-r--r-- | 0002-redis-2.8.18-deps-library-fPIC-performance-tuning.patch | 24 |
1 files changed, 0 insertions, 24 deletions
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 |