diff options
author | Remi Collet <remi@remirepo.net> | 2017-07-17 19:39:36 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-07-17 19:39:36 +0200 |
commit | 30a1f4749795264d30833e4b5012595d7576f325 (patch) | |
tree | 0391d5ac00b4fc32d68d37623dc596e449ef3b11 /0002-redis-4.0-deps-library-fPIC-performance-tuning.patch | |
parent | 43a916d92fb43050addde691d64eb1f4df91f50a (diff) |
cleanup
Diffstat (limited to '0002-redis-4.0-deps-library-fPIC-performance-tuning.patch')
-rw-r--r-- | 0002-redis-4.0-deps-library-fPIC-performance-tuning.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/0002-redis-4.0-deps-library-fPIC-performance-tuning.patch b/0002-redis-4.0-deps-library-fPIC-performance-tuning.patch deleted file mode 100644 index b2ddf22..0000000 --- a/0002-redis-4.0-deps-library-fPIC-performance-tuning.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -up ./deps/linenoise/Makefile.pic ./deps/linenoise/Makefile ---- ./deps/linenoise/Makefile.pic 2015-12-23 13:35:32.000000000 +0100 -+++ ./deps/linenoise/Makefile 2016-01-15 16:44:52.561582851 +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 ./deps/Makefile.pic ./deps/Makefile ---- ./deps/Makefile.pic 2015-12-23 13:35:32.000000000 +0100 -+++ ./deps/Makefile 2016-01-15 16:44:52.561582851 +0100 -@@ -59,7 +59,7 @@ ifeq ($(uname_S),SunOS) - LUA_CFLAGS= -D__C99FEATURES__=1 - endif - --LUA_CFLAGS+= -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' $(CFLAGS) -+LUA_CFLAGS+= -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' $(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 |