From cb85cd7eaf04e3b0867dae4f643485ed576dd475 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 25 Sep 2014 15:27:01 -0500 Subject: aircrack-ng: remove unnecessary arch flag manipulation --- Library/Formula/aircrack-ng.rb | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Library/Formula') 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", -- cgit v1.2.3