]> git.pld-linux.org Git - packages/mysql.git/blob - mysql-libs.patch
- new
[packages/mysql.git] / mysql-libs.patch
1 diff -urN mysql-4.0.9-gamma.org/acinclude.m4 mysql-4.0.9-gamma/acinclude.m4
2 --- mysql-4.0.9-gamma.org/acinclude.m4  Mon Feb  3 23:34:15 2003
3 +++ mysql-4.0.9-gamma/acinclude.m4      Tue Feb  4 00:11:55 2003
4 @@ -715,6 +715,9 @@
5    if test -f $d/libssl.a ; then
6      OPENSSL_LIB=$d
7    fi
8 +  if test -f $d/libssl.so ; then
9 +    OPENSSL_LIB=$d
10 +  fi
11   done
12  
13   if test -z "$OPENSSL_LIB" -o -z "$OPENSSL_INCLUDE" ; then
14
This page took 0.647032 seconds and 4 git commands to generate.