diff options
author | Koen Kooi <koen@openembedded.org> | 2006-02-02 18:13:33 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-02 18:13:33 +0000 |
commit | 58dd699da3b271e0d5572d3204756239864d74a7 (patch) | |
tree | d8b4eaae2a60d211094a66800d2dd2d38f99e9f3 /packages/aircrack/files/oe.patch | |
parent | 2f6e5394c33692a068a8b7660cff51ecc7d428ca (diff) |
aircrack: add 2.41, courtesy Rick Farina, closes #650
Diffstat (limited to 'packages/aircrack/files/oe.patch')
-rw-r--r-- | packages/aircrack/files/oe.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/aircrack/files/oe.patch b/packages/aircrack/files/oe.patch new file mode 100644 index 0000000000..742d83b96b --- /dev/null +++ b/packages/aircrack/files/oe.patch @@ -0,0 +1,10 @@ +diff -ur aircrack-2.41-orig/Makefile aircrack-2.41/Makefile +--- aircrack-2.41-orig/Makefile 2005-11-22 13:09:39.000000000 -0500 ++++ aircrack-2.41/Makefile 2005-12-12 19:54:29.000000000 -0500 +@@ -1,5 +1,4 @@ +-CC = gcc +-CFLAGS = -g -W -Wall -O2 ++CFLAGS = -g -W -Wall -O3 + OPTFLAGS = -D_FILE_OFFSET_BITS=64 -D_MAJ=2 -D_MIN=41 + + prefix = /usr/local |