diff --git a/database/postgresql/postgresql.conf b/database/postgresql/postgresql.conf index 6900c298d..d269d4fb8 100644 --- a/database/postgresql/postgresql.conf +++ b/database/postgresql/postgresql.conf @@ -41,6 +41,12 @@ for x in openssl perl python; do fi done +for x in readline; do + if ! pkginstalled $x; then + var_append extraconfopt " " "--without-$x" + fi +done + postgresql_pm() { # Create the data directory mkdir -p $root/$localstatedir/data