diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2006-02-05 06:10:45 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-05 06:10:45 +0000 |
commit | 2e73052fdbcb7b374e823cda25503a7a10dbc69d (patch) | |
tree | da1ca1afc3a3138a34e6ad473908b04b737cda98 /packages/aircrack/files/oe.patch | |
parent | 58d8ffa2cfd134d912985cb9fe41727b74461ab0 (diff) | |
parent | dbb098507e8c959424c32e299d8c91c0ae71332d (diff) |
merge of 972552ee20c9c9c79e01afea5f9276b5e4c554bd
and d17c8965045bca1d838e85c0b4579217b647682c
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 |