|
@ -45,6 +45,13 @@ if pkginstalled -f sqlite; then |
|
|
var_append extraconfopt ' ' "--with-sqlite3=$( pkgprefix -r sqlite )" |
|
|
var_append extraconfopt ' ' "--with-sqlite3=$( pkgprefix -r sqlite )" |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
# use system readline if available which also avoids the installation of the |
|
|
|
|
|
# included libeditline |
|
|
|
|
|
if pkginstalled -f readline; then |
|
|
|
|
|
pkgprefix -t readline |
|
|
|
|
|
var_append extraconfopt ' ' "--with-readline=$( pkgprefix -r readline )" |
|
|
|
|
|
fi |
|
|
|
|
|
|
|
|
var_append extraconfopt ' ' "--enable-shared" |
|
|
var_append extraconfopt ' ' "--enable-shared" |
|
|
var_append extraconfopt ' ' "--libexecdir=$sbindir" |
|
|
var_append extraconfopt ' ' "--libexecdir=$sbindir" |
|
|
|
|
|
|
|
|