Bernd Kuhls
9e7172ceac
package/postgresql: bump version to 18.1
...
Release notes:
https://www.postgresql.org/docs/release/18.0/
https://www.postgresql.org/docs/release/18.1/
Please note that upgrading a PostgreSQL server to a newer major version
requires a manual upgrade not provided by buildroot:
https://www.postgresql.org/docs/18/upgrading.html
Removed configure options for spinlocks:
https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=e25626677f8076eb3ce94586136c5464ee154381
Upstream removed support for toolchains not providing atomics support:
https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=81385261362962deb9861b39b509aeffe213721d
Added dependency to !BR2_sparc to disable build with defconfig
bootlin-sparc-uclibc to fix a build error:
../src/include/port/atomics.h:99:2: error:
#error "could not find an implementation of pg_atomic_uint32"
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2025-11-29 18:31:17 +01:00
Maxim Kochetkov
cc77be28fc
package/postgresql: bump version to 17.2
...
Changelog: https://www.postgresql.org/about/news/postgresql-172-166-1510-1415-1318-and-1222-released-2965/
- Use meson build system and drop automake quirks.
- Since commit https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=68a4b58eca032916e2aad78d63f717dcb147e906
BR2_TOOLCHAIN_HAS_THREADS_NPTL is mandatory dependency
- Since commit https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=8d9a9f034e925568342c7ccfd8d351a3cd20e7f3
BR2_ENABLE_LOCALE is mandatory dependency
Signed-off-by: Maxim Kochetkov <fido_max@inbox.ru >
[Julien:
- add dependencies to host-bison and host-flex
- remove extra empty lines
- add -Dspinlocks=true
- add -Dreadline=enabled
- fix --Dreadline=disabled extra dash
- add -Dzlib=enabled
- add -Dssl=none
]
Signed-off-by: Julien Olivain <ju.o@free.fr >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2024-11-28 20:11:27 +01:00
Fabrice Fontaine
4f84945cc1
package/postgresql: fix BR2_OPTIMIZE_FAST comment
...
Commit e702a05d89 wrongly added a
dependency on !BR2_OPTIMIZE_FAST instead of BR2_OPTIMIZE_FAST
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2022-05-14 23:10:12 +02:00
Fabrice Fontaine
e702a05d89
package/postgresql: can't be built with BR2_OPTIMIZE_FAST
...
postgresql can't be built with BR2_OPTIMIZE_FAST:
configure: error: do not put -ffast-math in CFLAGS
Fixes:
- http://autobuild.buildroot.org/results/106bb61bcff5d03e44d3e2e9149c76e6705606a5
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2022-04-23 17:00:15 +02:00
Bernd Kuhls
e75f6c4e9d
package/postgresql: needs wchar
...
Upstream removed support for non-wchar toolchains:
https://github.com/postgres/postgres/commit/85feb77aa09cda9ff3e12cf95c757c499dc25343
Propagate the new dependency to other packages.
Fixes
http://autobuild.buildroot.net/results/b73/b73342a39167ed7f293224d4e3b23dde691b9abf/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
[Thomas: also propagate to the php, qt and qt5base packages.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2018-11-01 22:25:45 +01:00
Matt Weber
4bdb24c5d9
package/bandwidthd: put upstream URL on separate lines in Config.in help
...
Allows scripting of URL checking to be simplier
Signed-off-by: Matt Weber <matthew.weber@rockwellcollins.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2018-09-20 22:20:55 +02:00
Adam Duskett
48bd50287f
package/b*/Config.in: fix ordering of statements
...
The check-package script when ran gives warnings on ordering issues
on all of these Config files. This patch cleans up all warnings
related to the ordering in the Config files for packages starting with
the letter b in the package directory.
The appropriate ordering is: type, default, depends on, select, help
See http://nightly.buildroot.org/#_config_files for more information.
Signed-off-by: Adam Duskett <Adamduskett@outlook.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-04-29 17:17:57 +02:00
Thomas Petazzoni
b9f709e420
postgresql: mark as not available for static linking
...
postgresql currently does not build in BR2_STATIC_LIBS=y
configurations, and since there is little interest in using such a big
piece of software in statically linked configuration, this commit
makes postgresql depends on !BR2_STATIC_LIBS.
Fixes:
http://autobuild.buildroot.net/results/f9ed96d22e91cdba9ad92c4d4ea52e422bf1f1c9/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-05-16 17:24:16 +02:00
Peter Seiderer
64af4e243c
bandwidthd: remove postgresql introduced uclibc dependency
...
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-15 19:13:20 +01:00
Nathaniel Roach
c9f5a86eae
bandwidthd: new package
...
[Thomas: minor reformatting like removing trailing whitespaces,
wrapping to a shorter length Config.in help texts, etc.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-07-31 23:26:23 +02:00