summaryrefslogtreecommitdiffstats
path: root/sources
diff options
context:
space:
mode:
authorManuel Novoa III <mjn3@codepoet.org>2004-03-11 17:14:28 +0000
committerManuel Novoa III <mjn3@codepoet.org>2004-03-11 17:14:28 +0000
commit4c8e1eb4cc6eb730b3e18c17b6b8f954f7067c45 (patch)
treed7582a7b966ce16fe471ba8b550cd53cdcf19eeb /sources
parentaf08b68982c53c54fdbefa0dc3dc6e8d01b8c34e (diff)
downloadbuildroot-novena-4c8e1eb4cc6eb730b3e18c17b6b8f954f7067c45.tar.gz
buildroot-novena-4c8e1eb4cc6eb730b3e18c17b6b8f954f7067c45.zip
Add lzo support.
Diffstat (limited to 'sources')
-rw-r--r--sources/vtun.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/sources/vtun.patch b/sources/vtun.patch
index 373a9e147..00a12454e 100644
--- a/sources/vtun.patch
+++ b/sources/vtun.patch
@@ -173,3 +173,14 @@ diff -urN vtun/scripts/vtund.rc.debian vtun-2.6/scripts/vtund.rc.debian
+ ;;
+esac
+exit 0
+--- vtun-2.6/configure.dist 2004-03-11 10:39:10.000000000 -0600
++++ vtun-2.6/configure 2004-03-11 10:45:52.000000000 -0600
+@@ -2112,7 +2112,7 @@
+ echo $ac_n "checking "for blowfish.h"""... $ac_c" 1>&6
+ echo "configure:2114: checking "for blowfish.h"" >&5
+ ac_hdr_found=no
+- for p in $BLOWFISH_HDR_DIR /usr/include/ssl /usr/include/openssl /usr/include /usr/local/include /usr/local/ssl/include /usr/include/crypto; do
++ for p in $BLOWFISH_HDR_DIR $SSL_HDR_DIR /usr/include/ssl /usr/include/openssl /usr/include /usr/local/include /usr/local/ssl/include /usr/include/crypto; do
+ if test -n "$p"; then
+ dir="$p"
+ else