* [Buildroot] [PATCH 1/1] package/libpqxx: needs gcc >= 4.9
@ 2019-10-15 19:39 Fabrice Fontaine
2019-10-16 20:19 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2019-10-15 19:39 UTC (permalink / raw)
To: buildroot
libpqxx uses brace-initialisation since version 6.3.0 and
https://github.com/jtv/libpqxx/commit/c93a4626f4d1311a9566f5d8d69052acf2082df9
Fixes:
- http://autobuild.buildroot.org/results/3416a2eaa6b69014f733d38a17c161b024301534
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/libpqxx/Config.in | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/libpqxx/Config.in b/package/libpqxx/Config.in
index 9553d7903c..d06451d792 100644
--- a/package/libpqxx/Config.in
+++ b/package/libpqxx/Config.in
@@ -2,7 +2,7 @@ config BR2_PACKAGE_LIBPQXX
bool "libpqxx"
depends on BR2_PACKAGE_POSTGRESQL
depends on BR2_TOOLCHAIN_HAS_THREADS
- depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # C++11
+ depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # C++11
depends on BR2_INSTALL_LIBSTDCPP
help
libpqxx is the official C++ client API for PostgreSQL, the
@@ -10,8 +10,8 @@ config BR2_PACKAGE_LIBPQXX
http://pqxx.org/development/libpqxx/
-comment "libpqxx needs toolchain w/ C++, gcc >= 4.8, threads"
+comment "libpqxx needs toolchain w/ C++, gcc >= 4.9, threads"
depends on BR2_PACKAGE_POSTGRESQL
depends on !BR2_INSTALL_LIBSTDCPP || \
- !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 || \
+ !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 || \
!BR2_TOOLCHAIN_HAS_THREADS
--
2.23.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH 1/1] package/libpqxx: needs gcc >= 4.9
2019-10-15 19:39 [Buildroot] [PATCH 1/1] package/libpqxx: needs gcc >= 4.9 Fabrice Fontaine
@ 2019-10-16 20:19 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2019-10-16 20:19 UTC (permalink / raw)
To: buildroot
On Tue, 15 Oct 2019 21:39:01 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:
> libpqxx uses brace-initialisation since version 6.3.0 and
> https://github.com/jtv/libpqxx/commit/c93a4626f4d1311a9566f5d8d69052acf2082df9
>
> Fixes:
> - http://autobuild.buildroot.org/results/3416a2eaa6b69014f733d38a17c161b024301534
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
> package/libpqxx/Config.in | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-10-16 20:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-15 19:39 [Buildroot] [PATCH 1/1] package/libpqxx: needs gcc >= 4.9 Fabrice Fontaine
2019-10-16 20:19 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox