mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 07:00:31 -04:00
Perl binding for Redis database. Redis::Fast is 4x faster than Redis.pm in pipeline mode. WWW: https://metacpan.org/release/Redis-Fast PR: 229141 Submitted by: Tomohiro Hosaka <bokutin@bokut.in>
11 lines
423 B
Text
11 lines
423 B
Text
--- deps/hiredis/Makefile.orig 2016-01-26 13:11:38 UTC
|
|
+++ deps/hiredis/Makefile
|
|
@@ -41,7 +41,7 @@ CXX:=$(shell sh -c 'type $(CXX) >/dev/nu
|
|
OPTIMIZATION?=-O3
|
|
WARNINGS=-Wall -W -Wstrict-prototypes -Wwrite-strings
|
|
DEBUG?= -g -ggdb
|
|
-REAL_CFLAGS=$(OPTIMIZATION) -fPIC $(CFLAGS) $(WARNINGS) $(DEBUG) $(ARCH)
|
|
+REAL_CFLAGS=$(OPTIMIZATION) -fPIC $(CFLAGS) $(WARNINGS) $(DEBUG)
|
|
REAL_LDFLAGS=$(LDFLAGS) $(ARCH)
|
|
|
|
DYLIBSUFFIX=so
|