creating new section "phone" and adding fso (freesmartphone.org) DBus API reference...
[openwrt/svn-archive/archive.git] / net / bmxd / patches / 001-makefile-fix.patch
1 diff -urb bmxd-r1042.orig/Makefile bmxd-r1042/Makefile
2 --- bmxd-r1042.orig/Makefile 2008-05-08 00:07:50.000000000 +0200
3 +++ bmxd-r1042/Makefile 2008-05-08 00:07:16.000000000 +0200
4 @@ -19,11 +19,15 @@
5
6 # CC = gcc
7
8 -CFLAGS = -Wall -O1 -g -pg
9 +# JoW: "-pg" results in "gcrt1.o: No such file" ?!
10 +#CFLAGS = -Wall -O1 -g -pg
11 +CFLAGS = -Wall -O1 -g
12
13 #-DDEBUG_MALLOC -DMEMORY_USAGE -DPROFILE_DATA
14
15 -LDFLAGS = -lpthread -static -g -pg
16 +# JoW: "-pg" results in "gcrt1.o: No such file" ?!
17 +#LDFLAGS = -lpthread -static -g -pg
18 +LDFLAGS = -lpthread -static -g
19
20
21 #STRIP= strip