1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-20 09:25:27 +03:00

disable check for openssl/engine.h in configure so that the package can be

backported to whiterussian.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3889 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2006-06-01 23:28:42 +00:00
parent 5a3ce5aa56
commit 882a3ad3fd

View File

@ -0,0 +1,24 @@
diff -ruN freeradius-1.1.1-old/configure freeradius-1.1.1-new/configure
--- freeradius-1.1.1-old/configure 2006-05-21 19:44:54.000000000 +0200
+++ freeradius-1.1.1-new/configure 2006-06-02 01:07:28.000000000 +0200
@@ -7150,7 +7150,7 @@
openssl/ssl.h \
openssl/crypto.h \
openssl/err.h \
- openssl/engine.h
+
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
diff -ruN freeradius-1.1.1-old/configure.in freeradius-1.1.1-new/configure.in
--- freeradius-1.1.1-old/configure.in 2006-02-06 13:50:52.000000000 +0100
+++ freeradius-1.1.1-new/configure.in 2006-06-02 01:07:19.000000000 +0200
@@ -574,7 +574,7 @@
openssl/ssl.h \
openssl/crypto.h \
openssl/err.h \
- openssl/engine.h,
+ ,
[],
OPENSSL_LIBS=
)