From 91ad23f79e9f2ec9488ae772eae4ad1fa6e13fe4 Mon Sep 17 00:00:00 2001 From: Alexandre Maloteaux Date: Tue, 25 Dec 2012 19:33:07 +0100 Subject: [PATCH] pcaprub typo --- external/pcaprub/extconf.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/external/pcaprub/extconf.rb b/external/pcaprub/extconf.rb index fa87b197d1..0a54a1bc36 100644 --- a/external/pcaprub/extconf.rb +++ b/external/pcaprub/extconf.rb @@ -9,7 +9,8 @@ puts "\n[*] Running checks for netifaces code added by metasploit project" puts "-----------------------------------------------------------------" #uncoment to force ioctl on non windows systems #@force_ioctl = true -@supported_archs = ["i386-mingw32", "i486-linux", "universal-darwin10.0", "i386-openbsd4.8","i386-freebsd8","arm-linux-eabi"] +@supported_archs = [ "i386-mingw32", "i486-linux","x86_64-linux", + "universal-darwin10.0", "i386-openbsd4.8","i386-freebsd8","arm-linux-eabi"] #arm-linux-eabi tested on maemo5 / N900 puts "[*] Warning : this platform as not been tested" unless @supported_archs.include? RUBY_PLATFORM