|
|
|
@ -20,9 +20,16 @@ |
|
|
|
# |
|
|
|
# --- ROCK-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
var_append extraconfopt " " "--with-berkeley-db" |
|
|
|
# with openssl library |
|
|
|
var_append extraconfopt " " "--with-openssl" |
|
|
|
|
|
|
|
# enable storage engines |
|
|
|
var_append extraconfopt " " "--with-berkeley-db" |
|
|
|
var_append extraconfopt " " "--with-ndbcluster" |
|
|
|
|
|
|
|
# enable libmysqld |
|
|
|
var_append extraconfopt " " "--with-embedded-server" |
|
|
|
|
|
|
|
if [ $prefix_auto = 1 ] ; then |
|
|
|
prefix="opt/mysql" |
|
|
|
set_confopt |
|
|
|
|