Browse Source

asterisk: improved to find mysql client libraries

stable/0.2
Christian Wiese 14 years ago
parent
commit
9bb72f01e9
  1. 5
      network/asterisk/asterisk.conf

5
network/asterisk/asterisk.conf

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

Loading…
Cancel
Save