diff options
Diffstat (limited to 'redis-deps-PIC.patch')
-rw-r--r-- | redis-deps-PIC.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/redis-deps-PIC.patch b/redis-deps-PIC.patch index 944fa35..4d9b958 100644 --- a/redis-deps-PIC.patch +++ b/redis-deps-PIC.patch @@ -1,7 +1,7 @@ --- a/deps/Makefile +++ a/deps/Makefile -@@ -58,7 +58,7 @@ ifeq ($(uname_S),SunOS) - LUA_CFLAGS= -D__C99FEATURES__=1 +@@ -58,7 +58,7 @@ + LUA_CFLAGS= -D__C99FEATURES__=1 endif -LUA_CFLAGS+= -O2 -Wall -DLUA_ANSI $(CFLAGS) |