Skip to content
Snippets Groups Projects
Commit 98b51569 authored by Evangelos Foutras's avatar Evangelos Foutras :smiley_cat:
Browse files

Work around deprecated TagLib::String::null

parent 761a97d8
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,9 @@ build() {
# http://site.icu-project.org/download/61#TOC-Migration-Issues
export CPPFLAGS+=' -DU_USING_ICU_NAMESPACE=1'
# Work around deprecated TagLib::String::null from TagLib 1.12
CXXFLAGS+=' -Wno-error=deprecated-declarations'
BOOST_LIB_SUFFIX='' ./configure \
--prefix=/usr \
--enable-clock \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment