freewrt_1_0
freewrt_2_0
|
Last change
on this file since b917538 was b917538, checked in by Waldemar Brodkorb <wbx@…>, 19 years ago |
- sync with changes in trunk
- lzo2 instead of lzo
- fix tinc/vtun build
- security update for openssh/openssl
- update for iproute2,openvpn,openntpd, iptables and ipp, openswan
- disable ipv6 in busybox, autoselect this feature for all ipv6 related packages
- add better startup scripts for openssh and openntpd
git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@800 afb5a338-a214-0410-bd46-81f09a774fd1
|
-
Property mode
set to
100644
|
|
File size:
1.1 KB
|
| Line | |
|---|
| 1 | $FreeWRT$
|
|---|
| 2 | --- vtun.orig/configure 2002-12-20 18:22:15.000000000 +0100
|
|---|
| 3 | +++ vtun/configure 2006-10-01 10:13:47.000000000 +0200
|
|---|
| 4 | @@ -2001,14 +2001,14 @@ echo "configure:1972: checking "for lzo1
|
|---|
| 5 | CPPFLAGS="$CPPFLAGS -I$p"
|
|---|
| 6 | fi
|
|---|
| 7 | echo "$ac_t""($dir) yes " 1>&6
|
|---|
| 8 | - echo $ac_n "checking for lzo1x_decompress in -llzo""... $ac_c" 1>&6
|
|---|
| 9 | -echo "configure:2006: checking for lzo1x_decompress in -llzo" >&5
|
|---|
| 10 | + echo $ac_n "checking for lzo1x_decompress in -llzo2""... $ac_c" 1>&6
|
|---|
| 11 | +echo "configure:2006: checking for lzo1x_decompress in -llzo2" >&5
|
|---|
| 12 | ac_lib_var=`echo lzo'_'lzo1x_decompress | sed 'y%./+-%__p_%'`
|
|---|
| 13 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|---|
| 14 | echo $ac_n "(cached) $ac_c" 1>&6
|
|---|
| 15 | else
|
|---|
| 16 | ac_save_LIBS="$LIBS"
|
|---|
| 17 | -LIBS="-llzo $LIBS"
|
|---|
| 18 | +LIBS="-llzo2 $LIBS"
|
|---|
| 19 | cat > conftest.$ac_ext <<EOF
|
|---|
| 20 | #line 2014 "configure"
|
|---|
| 21 | #include "confdefs.h"
|
|---|
| 22 | @@ -2037,7 +2037,7 @@ fi
|
|---|
| 23 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
|---|
| 24 | echo "$ac_t""yes" 1>&6
|
|---|
| 25 |
|
|---|
| 26 | - LIBS="$LIBS -llzo"
|
|---|
| 27 | + LIBS="$LIBS -llzo2"
|
|---|
| 28 | cat >> confdefs.h <<\EOF
|
|---|
| 29 | #define HAVE_LZO 1
|
|---|
| 30 | EOF
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.