libcmis: fix gcc7 build

This commit is contained in:
Jürgen Buchmüller 2017-07-11 07:42:07 +02:00
parent 6c6fa49652
commit d86457942b

View file

@ -11,7 +11,9 @@ license="GPL,LGPL,MPL"
homepage="http://sourceforge.net/projects/libcmis/"
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-${version}.tar.gz"
checksum=a87e02913dee3ee659db5abf6d7dafcfcd85dd4b24bf4389d8d4afe8c8dcf9b6
configure_args="--without-man"
configure_args="--without-man --disable-werror"
CXXFLAGS="-Wno-deprecated"
pre_configure() {
# Use newer boost.m4 from https://github.com/tsuna/boost.m4