768b3af5b2
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22433 3c298f89-4303-0410-b956-a3cf2f4a3e73
16 lines
379 B
Diff
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
|