aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/aircrack-ng.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/Library/Formula/aircrack-ng.rb b/Library/Formula/aircrack-ng.rb
index c569e26c4..df058bd75 100644
--- a/Library/Formula/aircrack-ng.rb
+++ b/Library/Formula/aircrack-ng.rb
@@ -10,14 +10,6 @@ class AircrackNg < Formula
patch :DATA
def install
- # Force i386, otherwise you get errors:
- # sha1-sse2.S:190:32-bit absolute addressing is not supported for x86-64
- # sha1-sse2.S:190:cannot do signed 4 byte relocation
- %w{ CFLAGS CXXFLAGS LDFLAGS OBJCFLAGS OBJCXXFLAGS }.each do |compiler_flag|
- ENV.remove compiler_flag, "-arch #{Hardware::CPU.arch_64_bit}"
- ENV.append compiler_flag, "-arch #{Hardware::CPU.arch_32_bit}"
- end
-
# Fix incorrect OUI url
inreplace "scripts/airodump-ng-oui-update",
"http://standards.ieee.org/regauth/oui/oui.txt",