wok-next annotate airpwn/stuff/patches/link-libcrypto.patch @ rev 19784

Build glib static libs and make static desktop-file-validate (for cookutils compressor), remake optipng & pngquant: use sbin for static binaries. Up 915resolution, Qt4-qca-ossl, R, accessx, advancecomp, aiksaurus, airpwn, amsn for auto-patching; lowercase libIDL, ORBit2 names.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jun 19 04:02:32 2017 +0300 (2017-06-19)
parents
children
rev   line source
al@19784 1 Patch configure to link libcrypto
al@19784 2
al@19784 3 diff -u airpwn-1.4.orig/configure.ac airpwn-1.4/configure.ac
al@19784 4 --- airpwn-1.4.orig/configure.ac 2009-05-27 09:15:23.000000000 -0700
al@19784 5 +++ airpwn-1.4/configure.ac 2010-05-06 21:13:36.576175190 -0700
al@19784 6 @@ -14,6 +14,7 @@
al@19784 7 AC_CHECK_LIB(pthread, pthread_create, [], AC_MSG_ERROR(libpthread required))
al@19784 8 AC_CHECK_LIB(orcon, tx80211_txpacket, [], AC_MSG_ERROR(LORCON required. Install LORCON before building airpwn.))
al@19784 9 AC_CHECK_LIB(ssl, MD5_Init, [], AC_MSG_NOTICE(openssl required for full WEP key generation))
al@19784 10 +AC_CHECK_LIB(crypto, MD5_Init, [], AC_MSG_NOTICE(libcrypto required for full WEP key generation))
al@19784 11 AC_CHECK_LIB(python2.4, PyString_FromString, [], AC_MSG_NOTICE(Python2.4 required))
al@19784 12
al@19784 13 # Checks for header files.