wok-next annotate airpwn/stuff/link-libcrypto.patch @ rev 7180
Added airpwn. Airpwn is a tool for generic packet injection on an 802.11 network.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Nov 08 00:03:57 2010 +0000 (2010-11-08) |
parents | |
children |
rev | line source |
---|---|
slaxemulator@7180 | 1 diff -u airpwn-1.4.orig/configure.ac airpwn-1.4/configure.ac |
slaxemulator@7180 | 2 --- airpwn-1.4.orig/configure.ac 2009-05-27 09:15:23.000000000 -0700 |
slaxemulator@7180 | 3 +++ airpwn-1.4/configure.ac 2010-05-06 21:13:36.576175190 -0700 |
slaxemulator@7180 | 4 @@ -14,6 +14,7 @@ |
slaxemulator@7180 | 5 AC_CHECK_LIB(pthread, pthread_create, [], AC_MSG_ERROR(libpthread required)) |
slaxemulator@7180 | 6 AC_CHECK_LIB(orcon, tx80211_txpacket, [], AC_MSG_ERROR(LORCON required. Install LORCON before building airpwn.)) |
slaxemulator@7180 | 7 AC_CHECK_LIB(ssl, MD5_Init, [], AC_MSG_NOTICE(openssl required for full WEP key generation)) |
slaxemulator@7180 | 8 +AC_CHECK_LIB(crypto, MD5_Init, [], AC_MSG_NOTICE(libcrypto required for full WEP key generation)) |
slaxemulator@7180 | 9 AC_CHECK_LIB(python2.4, PyString_FromString, [], AC_MSG_NOTICE(Python2.4 required)) |
slaxemulator@7180 | 10 |
slaxemulator@7180 | 11 # Checks for header files. |