diff options
author | 2010-09-22 14:22:43 +0000 | |
---|---|---|
committer | 2010-09-22 14:22:43 +0000 | |
commit | ab79536ab7c0c7bf27f1edb2da3ef8bd7fd7596c (patch) | |
tree | cfe7d94af0dfb440e1ec724871a497e4a0135d97 /net-analyzer/dsniff/files | |
parent | Version bump. Drop old and vulnerable kernels. (diff) | |
download | historical-ab79536ab7c0c7bf27f1edb2da3ef8bd7fd7596c.tar.gz historical-ab79536ab7c0c7bf27f1edb2da3ef8bd7fd7596c.tar.bz2 historical-ab79536ab7c0c7bf27f1edb2da3ef8bd7fd7596c.zip |
Fix the previous fix (bug #338086 comment #7).
Package-Manager: portage-2.2_rc85/cvs/Linux i686
Diffstat (limited to 'net-analyzer/dsniff/files')
-rw-r--r-- | net-analyzer/dsniff/files/2.4_beta1-make.patch | 15 |
1 files changed, 13 insertions, 2 deletions
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) $@ |