Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | postgresql: add version output to pg_config | Adam Duskett | 2018-04-04 | 1 | -1/+4 |
| | | | | | | | | | Some external packages call pg_config to determine the installed PostgreSQL version. Add this output to Buildroots own pg_config, so these packages correctly compile. Signed-off-by: Adam Duskett <aduskett@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> | ||||
* | postgresql: add replacement pg_config | Floris Bos | 2014-08-17 | 1 | -0/+19 |
Normally pg_config is a native application compiled for the target architecture. Since we cannot execute those on the host system, provide a simple shell script as replacement. Signed-off-by: Floris Bos <bos@je-eigen-domein.nl> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> |