wok-current diff airpwn/stuff/link-libcrypto.patch @ rev 19437
compiz-ccsm, xvkbd: check depends, tried to fix startup with some locales
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sun Oct 09 18:56:56 2016 +0300 (2016-10-09) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/airpwn/stuff/link-libcrypto.patch Sun Oct 09 18:56:56 2016 +0300 1.3 @@ -0,0 +1,11 @@ 1.4 +diff -u airpwn-1.4.orig/configure.ac airpwn-1.4/configure.ac 1.5 +--- airpwn-1.4.orig/configure.ac 2009-05-27 09:15:23.000000000 -0700 1.6 ++++ airpwn-1.4/configure.ac 2010-05-06 21:13:36.576175190 -0700 1.7 +@@ -14,6 +14,7 @@ 1.8 + AC_CHECK_LIB(pthread, pthread_create, [], AC_MSG_ERROR(libpthread required)) 1.9 + AC_CHECK_LIB(orcon, tx80211_txpacket, [], AC_MSG_ERROR(LORCON required. Install LORCON before building airpwn.)) 1.10 + AC_CHECK_LIB(ssl, MD5_Init, [], AC_MSG_NOTICE(openssl required for full WEP key generation)) 1.11 ++AC_CHECK_LIB(crypto, MD5_Init, [], AC_MSG_NOTICE(libcrypto required for full WEP key generation)) 1.12 + AC_CHECK_LIB(python2.4, PyString_FromString, [], AC_MSG_NOTICE(Python2.4 required)) 1.13 + 1.14 + # Checks for header files.