From aaf33d7a53c1c059c1cabe3decd38b66a6405d7d Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Thu, 5 May 2016 18:38:32 -0700 Subject: [PATCH] Updated UbuntuInstallation (markdown) --- UbuntuInstallation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UbuntuInstallation.md b/UbuntuInstallation.md index dca8b95..772be99 100644 --- a/UbuntuInstallation.md +++ b/UbuntuInstallation.md @@ -21,7 +21,7 @@ cd mapnik-3.x git submodule update --init sudo apt-get install python zlib1g-dev clang make pkg-config source bootstrap.sh -./configure +./configure CUSTOM_CXXFLAGS="-D_GLIBCXX_USE_CXX11_ABI=0" make make test sudo make install