|
|
@ -2,7 +2,7 @@ |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# |
|
|
|
# |
|
|
|
# Filename: package/.../opendbx/opendbx.conf |
|
|
|
# Filename: package/.../opendbx/opendbx.conf |
|
|
|
# Copyright (C) 2006 The OpenSDE Project |
|
|
|
# Copyright (C) 2006 - 2009 The OpenSDE Project |
|
|
|
# |
|
|
|
# |
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
# |
|
|
|
# |
|
|
@ -11,10 +11,10 @@ |
|
|
|
# the Free Software Foundation; version 2 of the License. A copy of the |
|
|
|
# the Free Software Foundation; version 2 of the License. A copy of the |
|
|
|
# GNU General Public License can be found in the file COPYING. |
|
|
|
# GNU General Public License can be found in the file COPYING. |
|
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
|
|
|
|
backends= |
|
|
|
backends= |
|
|
|
if pkginstalled mysql; then |
|
|
|
if pkginstalled mysql; then |
|
|
|
var_append backends ' ' 'mysql' |
|
|
|
var_append backends ' ' 'mysql' |
|
|
|
|
|
|
|
var_append configprefix ' ' 'CPPFLAGS="-I$( pkgprefix includedir mysql )/mysql" LDFLAGS="-L$( pkgprefix libdir mysql )/mysql"' |
|
|
|
fi |
|
|
|
fi |
|
|
|
if pkginstalled postgresql; then |
|
|
|
if pkginstalled postgresql; then |
|
|
|
var_append backends ' ' 'pgsql' |
|
|
|
var_append backends ' ' 'pgsql' |
|
|
@ -29,3 +29,4 @@ if pkginstalled sqlite; then |
|
|
|
fi |
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
var_append confopt ' ' "'--with-backends=\"\$backends\"'" |
|
|
|
var_append confopt ' ' "'--with-backends=\"\$backends\"'" |
|
|
|
|
|
|
|
|
|
|
|