]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- new
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 3 Feb 2003 23:16:31 +0000 (23:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysql-libs.patch -> 1.1

mysql-libs.patch [new file with mode: 0644]

diff --git a/mysql-libs.patch b/mysql-libs.patch
new file mode 100644 (file)
index 0000000..0c0511d
--- /dev/null
@@ -0,0 +1,14 @@
+diff -urN mysql-4.0.9-gamma.org/acinclude.m4 mysql-4.0.9-gamma/acinclude.m4
+--- mysql-4.0.9-gamma.org/acinclude.m4 Mon Feb  3 23:34:15 2003
++++ mysql-4.0.9-gamma/acinclude.m4     Tue Feb  4 00:11:55 2003
+@@ -715,6 +715,9 @@
+   if test -f $d/libssl.a ; then
+     OPENSSL_LIB=$d
+   fi
++  if test -f $d/libssl.so ; then
++    OPENSSL_LIB=$d
++  fi
+  done
+  if test -z "$OPENSSL_LIB" -o -z "$OPENSSL_INCLUDE" ; then
+
This page took 0.110943 seconds and 4 git commands to generate.