|
From: Heiko Z. <he...@zu...> - 2008-03-11 19:44:44
|
> Hi Andrzej, > > Andrzej Odyniec wrote: > >> I tried to compile last development sources (from absolutely clean state >> in >> first pass) but iptraf is not compiling again. In log I found: >> >>> patching file /usr/include/linux/if_fddi.h >>> Reversed (or previously applied) patch detected! Assume -R? [n] > ... >> >> Is it colision with other options? What I should check? > > Hm... Please try the following patch > --- iptraf 11 Jan 2008 13:42:59 -0000 1.14 > +++ iptraf 11 Mar 2008 18:46:02 -0000 > @@ -37,6 +37,8 @@ > replace_str ./src/Makefile /var/local/iptraf /var/iptraf > make $PMAKE -C src || exit 1 > strip_debug > + bzcat $DL_DIR/src/iptraf-netdevice-fix.diff.bz2 | patch -p0 -R || > exit 1 > + > fi > ;; Ususally it's best to create a if statement which checks for a .done_dl_patch file. If it's missing, patch and create it. -- Regards Heiko Zuerker http://www.devil-linux.org |