mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 08:00:31 -04:00
Ruby wrapper for hiredis (protocol serialization/deserialization and blocking I/O) WWW: http://github.com/redis/hiredis-rb
13 lines
426 B
Text
13 lines
426 B
Text
--- vendor/hiredis/Makefile.orig 2014-10-06 02:34:35 UTC
|
|
+++ vendor/hiredis/Makefile
|
|
@@ -15,8 +15,8 @@
|
|
OPTIMIZATION?=-O3
|
|
WARNINGS=-Wall -W -Wstrict-prototypes -Wwrite-strings
|
|
DEBUG?= -g -ggdb
|
|
-REAL_CFLAGS=$(OPTIMIZATION) -fPIC $(CFLAGS) $(WARNINGS) $(DEBUG) $(ARCH)
|
|
-REAL_LDFLAGS=$(LDFLAGS) $(ARCH)
|
|
+REAL_CFLAGS=$(OPTIMIZATION) -fPIC $(CFLAGS) $(WARNINGS) $(DEBUG)
|
|
+REAL_LDFLAGS=$(LDFLAGS)
|
|
|
|
DYLIBSUFFIX=so
|
|
STLIBSUFFIX=a
|