summaryrefslogtreecommitdiff
path: root/platform/linux
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <thiago@mapbox.com>2016-05-03 22:26:05 +0300
committerThiago Marcos P. Santos <thiago@mapbox.com>2016-05-10 11:36:56 +0300
commit4213dc53dccf9028038dbe6933b224d171ef5c3a (patch)
tree55ea51091334352b8161eead857a96a4406fc894 /platform/linux
parent8ff9bcb22a94567a555cd2c75b051d0979101ff7 (diff)
downloadqtlocation-mapboxgl-4213dc53dccf9028038dbe6933b224d171ef5c3a.tar.gz
[Qt] Use C++11 ABI packages
These were causing linking errors on more recent Linux distros. Fixes #3123.
Diffstat (limited to 'platform/linux')
-rw-r--r--platform/linux/scripts/configure.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/linux/scripts/configure.sh b/platform/linux/scripts/configure.sh
index 01b7541200..b2e79d9cc6 100644
--- a/platform/linux/scripts/configure.sh
+++ b/platform/linux/scripts/configure.sh
@@ -12,10 +12,10 @@ LIBUV_VERSION=1.7.5
ZLIB_VERSION=system
NUNICODE_VERSION=1.6
GEOMETRY_VERSION=0.3.0
-GEOJSONVT_VERSION=4.1.2
+GEOJSONVT_VERSION=4.1.2${CXX11ABI}
VARIANT_VERSION=1.1.0
RAPIDJSON_VERSION=1.0.2
-GTEST_VERSION=1.7.0
+GTEST_VERSION=1.7.0${CXX11ABI}
PIXELMATCH_VERSION=0.9.0
WEBP_VERSION=0.5.0