diff options
Diffstat (limited to 'package/vtun/vtun-3.0.2-003-configure.patch')
-rw-r--r-- | package/vtun/vtun-3.0.2-003-configure.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/vtun/vtun-3.0.2-003-configure.patch b/package/vtun/vtun-3.0.2-003-configure.patch new file mode 100644 index 000000000..7ddc0431a --- /dev/null +++ b/package/vtun/vtun-3.0.2-003-configure.patch @@ -0,0 +1,12 @@ +--- 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 + |