diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-11-10 08:59:33 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-11-10 09:00:55 +0000 |
commit | 5ba0b8f98f874390aa839311b0164360733ec815 (patch) | |
tree | b1fa08954b0747740eff8e59ca5ef2addfa879a4 /external | |
parent | 1921ff9a863ab5ce76dd5157da4386e93d6d155c (diff) |
fix build
Change-Id: I9fc79d2fc68cc0471fe6b8485a5fa62a1b81172a
Diffstat (limited to 'external')
-rw-r--r-- | external/harfbuzz/harfbuzz-rtti.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/external/harfbuzz/harfbuzz-rtti.patch b/external/harfbuzz/harfbuzz-rtti.patch index 94b4daeb96d6..65c6fbbf9ff5 100644 --- a/external/harfbuzz/harfbuzz-rtti.patch +++ b/external/harfbuzz/harfbuzz-rtti.patch @@ -1,7 +1,7 @@ --- configure +++ configure -@@ -16799,7 +16799,7 @@ - LDFLAGS="$LDFLAGS -Bsymbolic-functions" +@@ -18255,7 +18255,7 @@ + CXXFLAGS="$CXXFLAGS -std=c++11" # Make sure we don't link to libstdc++ - CXXFLAGS="$CXXFLAGS -fno-rtti -fno-exceptions" |