diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-10-22 10:32:30 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-10-22 10:32:30 +0000 |
commit | 1f25a7505ebff179531fa4db217c89473479fbd0 (patch) | |
tree | b1527b4f498fb20a4bb18f6f06c414635e0432fc /databases/mysql50-server/files/patch-configure | |
parent | - Add backup MASTER_SITES (diff) |
Update to 5.0.26 release and fix two security vulnerabilities
(CVE-2006-4226 and CVE-2006-4227).
Approved by: portmgr (erwin)
Notes
Notes:
svn path=/head/; revision=175484
Diffstat (limited to 'databases/mysql50-server/files/patch-configure')
-rw-r--r-- | databases/mysql50-server/files/patch-configure | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/mysql50-server/files/patch-configure b/databases/mysql50-server/files/patch-configure index 1f0615bc62ff..b20e5d7226b7 100644 --- a/databases/mysql50-server/files/patch-configure +++ b/databases/mysql50-server/files/patch-configure @@ -20,14 +20,3 @@ ndb_cxxflags_fix= case $SYSTEM_TYPE-$MACHINE_TYPE-$ac_cv_c_compiler_gnu in -@@ -39038,8 +39036,8 @@ - OPENSSL_INCLUDE=-I$incs - fi - # Test for libssl using all known library file endings -- if test -f $d/libssl.a || test -f $d/libssl.so || \ -- test -f $d/libssl.sl || test -f $d/libssl.dylib ; then -+ if test -f $libs/libssl.a || test -f $libs/libssl.so || \ -+ test -f $libs/libssl.sl || test -f $libs/libssl.dylib ; then - OPENSSL_LIB=$libs - fi - ;; |