mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 09:50:38 +02: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:
parent
5a3ce5aa56
commit
882a3ad3fd
@ -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=
|
||||||
|
)
|
Loading…
Reference in New Issue
Block a user