libcmis: fix gcc7 build
This commit is contained in:
parent
6c6fa49652
commit
d86457942b
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue