libcmis: rebuild against boost-1.68.0

This commit is contained in:
John Zimmermann 2018-09-30 15:39:14 +02:00
parent e6a24a91bc
commit d2319d2dee
2 changed files with 12 additions and 1 deletions

View File

@ -0,0 +1,11 @@
--- src/libcmis/xml-utils.cxx 2016-03-01 17:14:26.000000000 +0100
+++ - 2018-10-01 13:30:30.734080390 +0200
@@ -31,7 +31,7 @@
#include <sstream>
#include <stdlib.h>
-#include <boost/uuid/sha1.hpp>
+#include <boost/uuid/detail/sha1.hpp>
#include <curl/curl.h>
#include "xml-utils.hxx"

View File

@ -1,7 +1,7 @@
# Template file for 'libcmis'
pkgname=libcmis
version=0.5.1
revision=4
revision=5
build_style=gnu-configure
configure_args="DOCBOOK2MAN=docbook2man --disable-werror"
hostmakedepends="pkg-config docbook2x"