libebook: disable werror.

This commit is contained in:
Jérôme Duval
2018-09-13 17:35:19 +02:00
parent edb69e9619
commit b307e56f60

View File

@@ -65,7 +65,7 @@ BUILD_PREREQUIRES="
BUILD()
{
autoreconf -fi
runConfigure ./configure
runConfigure ./configure --disable-werror
make $jobArgs
}