|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
|
# |
|
|
|
|
# Filename: package/.../opendbx/opendbx.conf |
|
|
|
|
# Copyright (C) 2006 - 2011 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2006 - 2009 The OpenSDE Project |
|
|
|
|
# |
|
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
|
# |
|
|
|
@ -14,7 +14,7 @@
|
|
|
|
|
backends= |
|
|
|
|
if pkginstalled mysql; then |
|
|
|
|
var_append backends ' ' 'mysql' |
|
|
|
|
var_append configprefix ' ' 'CPPFLAGS="-I$( pkgprefix includedir mysql )" LDFLAGS="-L$( pkgprefix libdir mysql )"' |
|
|
|
|
var_append configprefix ' ' 'CPPFLAGS="-I$( pkgprefix includedir mysql )/mysql" LDFLAGS="-L$( pkgprefix libdir mysql )/mysql"' |
|
|
|
|
fi |
|
|
|
|
if pkginstalled postgresql; then |
|
|
|
|
var_append backends ' ' 'pgsql' |
|
|
|
|