packages/libs/credis/patches/200-Makefile.patch

16 lines
379 B
Diff
Raw Normal View History

--- a/Makefile 2010-05-19 22:50:09.000000000 +0200
+++ b/Makefile 2010-06-22 09:59:16.000000000 +0200
@@ -1,9 +1,9 @@
-CFLAGS = -g -O2 -Wall
-LDFLAGS =
+CFLAGS += -g -O2 -Wall
+LDFLAGS +=
#CPPFLAGS = -DPRINTDEBUG
# build shared lib under OS X or Linux
-OS = $(shell uname -s)
+OS = Linux
ifeq ($(OS),Darwin)
SHAREDLIB_LINK_OPTIONS=-dynamiclib -Wl,-install_name -Wl,
else