[packages] Added batman experimental: net/bmxd (#3457)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11216 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
21
net/bmxd/patches/001-makefile-fix.patch
Normal file
21
net/bmxd/patches/001-makefile-fix.patch
Normal file
@ -0,0 +1,21 @@
|
||||
diff -urb bmxd-r1042.orig/Makefile bmxd-r1042/Makefile
|
||||
--- bmxd-r1042.orig/Makefile 2008-05-08 00:07:50.000000000 +0200
|
||||
+++ bmxd-r1042/Makefile 2008-05-08 00:07:16.000000000 +0200
|
||||
@@ -19,11 +19,15 @@
|
||||
|
||||
# CC = gcc
|
||||
|
||||
-CFLAGS = -Wall -O1 -g -pg
|
||||
+# JoW: "-pg" results in "gcrt1.o: No such file" ?!
|
||||
+#CFLAGS = -Wall -O1 -g -pg
|
||||
+CFLAGS = -Wall -O1 -g
|
||||
|
||||
#-DDEBUG_MALLOC -DMEMORY_USAGE -DPROFILE_DATA
|
||||
|
||||
-LDFLAGS = -lpthread -static -g -pg
|
||||
+# JoW: "-pg" results in "gcrt1.o: No such file" ?!
|
||||
+#LDFLAGS = -lpthread -static -g -pg
|
||||
+LDFLAGS = -lpthread -static -g
|
||||
|
||||
|
||||
#STRIP= strip
|
Reference in New Issue
Block a user