* Cleanup Makefile (still not perfect but a start)
 * Update 20060211 > 20060727
 * Refresh patch
 * cbtt needs uClibc++

git-svn-id: svn://svn.openwrt.org/openwrt/packages@8510 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
olli
2007-08-27 21:45:30 +00:00
parent 22967a6995
commit c062050e8f
2 changed files with 12 additions and 21 deletions

View File

@ -1,6 +1,7 @@
diff -Nur cbtt80-20060211-src/Makefile cbtt80-20060211-src.patched/Makefile
--- cbtt80-20060211-src/Makefile 2006-02-07 18:44:58.000000000 +0100
+++ cbtt80-20060211-src.patched/Makefile 2006-03-15 09:01:35.000000000 +0100
Index: cbtt80-20060727-src/Makefile
===================================================================
--- cbtt80-20060727-src.orig/Makefile 2007-08-27 23:41:22.000000000 +0200
+++ cbtt80-20060727-src/Makefile 2007-08-27 23:41:22.000000000 +0200
@@ -1,6 +1,5 @@
SHELL = /bin/sh
SYSTEM = $(shell uname)
@ -8,7 +9,7 @@ diff -Nur cbtt80-20060211-src/Makefile cbtt80-20060211-src.patched/Makefile
DFLAGS =
OFLAGS = -O2 -w
LFLAGS = -L. -lz
@@ -40,19 +39,19 @@
@@ -42,19 +41,19 @@
all: $(OBJS) $(OBJS_BNBT) $(OBJS_BNBTMYSQL) $(PROGS)
./bnbt: $(OBJS) $(OBJS_BNBT)
@ -32,10 +33,3 @@ diff -Nur cbtt80-20060211-src/Makefile cbtt80-20060211-src.patched/Makefile
./bnbt: $(OBJS) $(OBJS_BNBT)
@@ -91,4 +90,4 @@
bnbt_mysql.mysql.o: bnbt.h bnbt_mysql.h util.h
tracker.mysql.o: bnbt.h bnbt_mysql.h atom.h bencode.h config.h md5.h server.h sort.h tracker.h util.h
tracker_announce.mysql.o: bnbt.h bnbt_mysql.h atom.h bencode.h link.h tracker.h util.h
-tracker_scrape.mysql.o: bnbt.h bnbt_mysql.h atom.h bencode.h tracker.h util.h
\ No newline at end of file
+tracker_scrape.mysql.o: bnbt.h bnbt_mysql.h atom.h bencode.h tracker.h util.h