diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2006-02-06 02:48:51 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-06 02:48:51 +0000 |
commit | df9021a741b54e4504ba2e639b582b808994a2b4 (patch) | |
tree | 456ac557f011f11d84e71aba6ec8e6f0899d3dd0 /packages/aircrack/files/oe.patch | |
parent | 951a6530af92b32af59d8c5e637a0462e6698b86 (diff) | |
parent | 28ae043187520daaa291ce8fc068dae9aee40334 (diff) |
merge of ffcf1e664e4c623df8d1843978006676812e0bca
and e1959e48d26e0499e408ad374dceffa4f1055500
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 |