aboutsummaryrefslogtreecommitdiff
path: root/network/aircrack-ptw/Makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'network/aircrack-ptw/Makefile.patch')
-rw-r--r--network/aircrack-ptw/Makefile.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/network/aircrack-ptw/Makefile.patch b/network/aircrack-ptw/Makefile.patch
new file mode 100644
index 0000000000000..890a3a58ac65d
--- /dev/null
+++ b/network/aircrack-ptw/Makefile.patch
@@ -0,0 +1,9 @@
+--- Makefile.orig 2008-03-14 17:14:23.000000000 -0400
++++ Makefile 2008-03-14 17:14:37.000000000 -0400
+@@ -1,5 +1,5 @@
+ aircrack-ptw: aircrack-ptw.c aircrack-ptw-lib.c aircrack-ptw-lib.h
+- gcc -o aircrack-ptw -Wall -fomit-frame-pointer -O3 -lpcap aircrack-ptw.c aircrack-ptw-lib.c
++ gcc -o aircrack-ptw -Wall -fomit-frame-pointer -O3 aircrack-ptw.c aircrack-ptw-lib.c -lpcap
+
+ attacksim: attacksim.c aircrack-ptw-lib.c aircrack-ptw-lib.h
+ gcc -o attacksim -Wall -fomit-frame-pointer -O3 -lpcap attacksim.c aircrack-ptw-lib.c