Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 19 years ago
parent
commit
7dddc0a77a
2 changed files with 11 additions and 0 deletions
  1. +1
    -0
      package/avm/hostap/hostap.conf
  2. +10
    -0
      package/avm/hostap/hostapd-openssl-hotfix.diff

+ 1
- 0
package/avm/hostap/hostap.conf

@ -43,6 +43,7 @@ hostap_postmake()
hostap_premake()
{
if basename $PWD | grep -q hostapd; then
patch -p1 < $confdir/hostapd-openssl-hotfix.diff
cp defconfig .config
fi
if basename $PWD | grep -q hostap-driver; then

+ 10
- 0
package/avm/hostap/hostapd-openssl-hotfix.diff

@ -0,0 +1,10 @@
--- ./crypto.c.orig 2005-07-25 15:14:45.000000000 +0200
+++ ./crypto.c 2005-07-25 15:14:53.000000000 +0200
@@ -12,6 +12,7 @@
* See README and COPYING for more details.
*/
+#include <sys/types.h>
#include <openssl/md4.h>
#include <openssl/des.h>

Loading…
Cancel
Save