Dash:
[t2-trunk.git] / package / gnome / libgda / libgda.conf
blob86c7dcf21e59e435f850dabda5eb27a161421efe
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3
4 # T2 SDE: package/.../libgda/libgda.conf
5 # Copyright (C) 2004 - 2005 The T2 SDE Project
6 # Copyright (C) 1998 - 2004 ROCK Linux Project
7
8 # More information can be found in the files COPYING and README.
9
10 # This program is free software; you can redistribute it and/or modify
11 # it under the terms of the GNU General Public License as published by
12 # the Free Software Foundation; version 2 of the License. A copy of the
13 # GNU General Public License can be found in the file COPYING.
14 # --- T2-COPYRIGHT-NOTE-END ---
16 if pkginstalled openldap; then
17         pkgprefix -t openldap   
18         var_append extraconfopt " " "--with-ldap=/$( pkgprefix openldap )"
19         if [ $arch_machine = "x86_64" ]; then
20                 var_append GCC_WRAPPER_REMOVE ' ' "-L/opt/openldap/lib"
21     var_append GCC_WRAPPER_APPEND ' ' "-L$( pkgprefix libdir openldap )"
22   fi
24 if pkginstalled mysql; then
25         pkgprefix -t mysql      
26         var_append extraconfopt " " "--with-mysql=/$( pkgprefix mysql )"
27 else
28         var_append extraconfopt " " "--without-mysql"
30 if pkginstalled postgresql; then
31         pkgprefix -t postgresql 
32         var_append extraconfopt " " "--with-postgres=/$( pkgprefix postgresql )"
33         if [ $arch_machine = "x86_64" ]; then
34                 var_append GCC_WRAPPER_REMOVE ' ' "-L/opt/postgresql/lib"
35     var_append GCC_WRAPPER_APPEND ' ' "-L$( pkgprefix libdir postgresql )"
36   fi