|
|
@ -38,3 +38,8 @@ var_append makeinstopt " " "samples" |
|
|
|
if pkginstalled -f postgresql; then |
|
|
|
if pkginstalled -f postgresql; then |
|
|
|
var_append extraconfopt ' ' "--with-postgres=$( pkgprefix -r postgresql )" |
|
|
|
var_append extraconfopt ' ' "--with-postgres=$( pkgprefix -r postgresql )" |
|
|
|
fi |
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# mysql support |
|
|
|
|
|
|
|
if pkginstalled -f mysql; then |
|
|
|
|
|
|
|
var_append extraconfopt ' ' "--with-mysqlclient=$( pkgprefix -r mysql )" |
|
|
|
|
|
|
|
fi |
|
|
|