diff options
author | Roman I Khimov <khimov@altell.ru> | 2010-03-18 17:54:02 +0300 |
---|---|---|
committer | Roman I Khimov <khimov@altell.ru> | 2010-03-24 00:48:11 +0300 |
commit | d0b135ec2b3fccec83b1d6aa93099ae52aaf5d63 (patch) | |
tree | 0d843040a1720783dc1abd86aa69cc8e596347b5 /recipes/perl/libnet-rawip-perl/kill-pcap-check.patch | |
parent | ad300b99dbb3bfbe7fbc22f04416ae97b1f69671 (diff) |
libnet-rawip-perl: add Net::RawIP Perl module
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/perl/libnet-rawip-perl/kill-pcap-check.patch')
-rw-r--r-- | recipes/perl/libnet-rawip-perl/kill-pcap-check.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/perl/libnet-rawip-perl/kill-pcap-check.patch b/recipes/perl/libnet-rawip-perl/kill-pcap-check.patch new file mode 100644 index 0000000000..f82b9a1545 --- /dev/null +++ b/recipes/perl/libnet-rawip-perl/kill-pcap-check.patch @@ -0,0 +1,14 @@ +Index: Net-RawIP-0.25/Makefile.PL +=================================================================== +--- Net-RawIP-0.25.orig/Makefile.PL 2010-02-02 16:29:08.000000000 +0300 ++++ Net-RawIP-0.25/Makefile.PL 2010-02-02 16:29:16.000000000 +0300 +@@ -57,9 +57,6 @@ + print "Compiler: $Config{cc}\n"; + system "$Config{cc} --version"; + +-locate_pcap(); +- +- + WriteMakefile( + NAME => 'Net::RawIP', + LICENSE => 'perl', |