This patch moves the dependency on readline from the package's DEPENDS variable into a PACKAGECONFIG[readline]option and adds readlineto the default PACKAGECONFIG.
This allows a global override PACKAGECONFIG:remove = "readline"to remove readline support and runtime dependency from the psql client.
This patch moves the dependency on readline from the package's
DEPENDS
variable into aPACKAGECONFIG[readline]
option and addsreadline
to the defaultPACKAGECONFIG
.This allows a global override
PACKAGECONFIG:remove = "readline"
to remove readline support and runtime dependency from the psql client.