packages/libs/credis/patches/200-Makefile.patch
florian 768b3af5b2 [package] add credis, C library for communicating with Redis servers (#7535)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22433 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-31 11:39:19 +00:00

16 lines
379 B
Diff

--- 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