Browse Source

Revert "opendbx: fixed package to find mysql.h and mysql libs"

This reverts commit 16d9aac8d0.
stable/0.2
Christian Wiese 14 years ago
parent
commit
6e306195ca
  1. 4
      database/opendbx/opendbx.conf

4
database/opendbx/opendbx.conf

@ -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'

Loading…
Cancel
Save