package/osm2pgsql: needs gcc >= 4.9
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sun, 5 Sep 2021 08:40:45 +0000 (10:40 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Sat, 11 Sep 2021 20:34:57 +0000 (22:34 +0200)
commit30a22bfe11dc71565a0c8afbf075ce65af7f7bfb
tree5e3b87918fb23b59b7b9442bf1819b55d6145b48
parent29932ece351992ec9c9ee2bc42d1ce0619c314b0
package/osm2pgsql: needs gcc >= 4.9

osm2pgsql needs C++14 since bump to version 1.5.1 in commit
a71661ffb216c7423dcd02ec9e8d703252dbcbad and
https://github.com/openstreetmap/osm2pgsql/commit/d35dd358d6e4a88a792be60c85bf55d2360c1a71
to avoid the following build failure:

/home/buildroot/autobuild/instance-1/output-1/build/osm2pgsql-1.5.1/src/db-copy.cpp: In member function 'void db_copy_thread_t::sync_and_wait()':
/home/buildroot/autobuild/instance-1/output-1/build/osm2pgsql-1.5.1/src/db-copy.cpp:108:16: error: 'make_unique' is not a member of 'std'
     add_buffer(std::make_unique<db_cmd_sync_t>(std::move(barrier)));
                ^

Fixes:
 - http://autobuild.buildroot.org/results/30ae4b9405454919437098d29abbd743638c9423

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Reviewed-by: Maxim Kochetkov <fido_max@inbox.ru>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/osm2pgsql/Config.in