diff options
| author | Jack Nagel | 2014-09-25 15:27:01 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-09-25 15:27:01 -0500 |
| commit | cb85cd7eaf04e3b0867dae4f643485ed576dd475 (patch) | |
| tree | 234db439e3cc63376c7aa6270964cc593c7ca296 /Library | |
| parent | a7c71a8400e952b81ec78e0f8e8e80279d021626 (diff) | |
| download | homebrew-cb85cd7eaf04e3b0867dae4f643485ed576dd475.tar.bz2 | |
aircrack-ng: remove unnecessary arch flag manipulation
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/aircrack-ng.rb | 8 |
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", |
