From ab79536ab7c0c7bf27f1edb2da3ef8bd7fd7596c Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Wed, 22 Sep 2010 14:22:43 +0000 Subject: Fix the previous fix (bug #338086 comment #7). Package-Manager: portage-2.2_rc85/cvs/Linux i686 --- net-analyzer/dsniff/files/2.4_beta1-make.patch | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'net-analyzer/dsniff/files') diff --git a/net-analyzer/dsniff/files/2.4_beta1-make.patch b/net-analyzer/dsniff/files/2.4_beta1-make.patch index b0d80b0a4b06..a8dc2b627ad6 100644 --- a/net-analyzer/dsniff/files/2.4_beta1-make.patch +++ b/net-analyzer/dsniff/files/2.4_beta1-make.patch @@ -9,7 +9,7 @@ LDFLAGS = @LDFLAGS@ PCAPINC = @PCAPINC@ -@@ -75,7 +75,11 @@ +@@ -75,12 +75,20 @@ .c.o: $(CC) $(CFLAGS) $(INCS) -c $(srcdir)/$*.c @@ -20,8 +20,19 @@ + +$(OBJS): $(GEN) ++mount.h: mount.x ++ rpcgen -h mount.x -o mount.h ++ mount.c: mount.x - rpcgen -h mount.x -o mount.h +- rpcgen -h mount.x -o mount.h + rpcgen -c mount.x -o mount.c + ++nfs_prot.h: nfs_prot.x ++ rpcgen -h nfs_prot.x -o nfs_prot.h ++ + nfs_prot.c: nfs_prot.x +- rpcgen -h nfs_prot.x -o nfs_prot.h + rpcgen -c nfs_prot.x -o nfs_prot.c @@ -93,7 +97,7 @@ $(RANLIB) $@ -- cgit v1.2.3-65-gdbad