Skip to content

Commit 685bfff

Browse files
committed
Disable the icu C++ API
Newer versions of the ICU C++ API require C++11. We don't use this API in libxml2 or the xml2 bindings, so disable it.
1 parent 279397d commit 685bfff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makevars.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
PKG_CPPFLAGS=-I../inst/include @cflags@ -DUCHAR_TYPE=wchar_t
1+
PKG_CPPFLAGS=-I../inst/include @cflags@ -DUCHAR_TYPE=wchar_t -DU_SHOW_CPLUSPLUS_API=0
22
PKG_CXXFLAGS=$(C_VISIBILITY)
33
PKG_LIBS=@libs@

0 commit comments

Comments
 (0)