|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
|
# |
|
|
|
|
# Filename: package/.../mysql/mysql.conf |
|
|
|
|
# Copyright (C) 2007 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2007 - 2009 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
|
# Copyright (C) 1998 - 2003 Clifford Wolf |
|
|
|
|
# |
|
|
|
@ -15,7 +15,8 @@
|
|
|
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
|
|
var_append extraconfopt " " "--with-berkeley-db" |
|
|
|
|
var_append extraconfopt " " "--with-openssl" |
|
|
|
|
var_append extraconfopt " " "--with-ssl" |
|
|
|
|
var_append extraconfopt " " "--with-embedded-server" |
|
|
|
|
|
|
|
|
|
# enable thread support for the client library if available |
|
|
|
|
if [ "$SDECFG_PKG_GLIBC_TLS" == 1 ] ; then |
|
|
|
|