Port iptraf to -ng
git-svn-id: svn://svn.openwrt.org/openwrt/packages@4412 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
24
net/iptraf/patches/01-cross_compile.patch
Normal file
24
net/iptraf/patches/01-cross_compile.patch
Normal file
@ -0,0 +1,24 @@
|
||||
diff -urN iptraf-3.0.0/support/Makefile iptraf-3.0.0.new/support/Makefile
|
||||
--- iptraf-3.0.0/support/Makefile 2002-07-19 18:31:48.000000000 +0200
|
||||
+++ iptraf-3.0.0.new/support/Makefile 2006-04-16 16:07:58.000000000 +0200
|
||||
@@ -3,16 +3,14 @@
|
||||
OBJS = input.o menurt.o listbox.o winops.o labels.o \
|
||||
msgboxes.o txbox.o
|
||||
|
||||
-all: libtextbox.a
|
||||
-
|
||||
libtextbox.a: $(OBJS)
|
||||
rm -rf libtextbox.a
|
||||
- ar cq libtextbox.a $(OBJS)
|
||||
- ranlib libtextbox.a
|
||||
-# gcc -shared -o libtextbox.so $(OBJS)
|
||||
+ $(AR) cq libtextbox.a $(OBJS)
|
||||
+ $(RANLIB) libtextbox.a
|
||||
+# $(CC) -shared -o libtextbox.so $(OBJS)
|
||||
|
||||
%.o: %.c *.h
|
||||
- gcc -O2 -g -Wall -fPIC $(INCLUDEDIR) -c -o $*.o $<
|
||||
+ $(CC) -O2 -g -Wall -fPIC $(INCLUDEDIR) -c -o $*.o $<
|
||||
|
||||
clean:
|
||||
rm -rf *.o *~ libtextbox.a libtextbox.so
|
Reference in New Issue
Block a user