logrotate: add -Wno-error for gcc6 warnings

This commit is contained in:
Jürgen Buchmüller 2017-01-23 12:43:55 +01:00
parent d3e266dd54
commit d69de20681

View file

@ -14,6 +14,8 @@ license="GPL-2"
distfiles="https://fedorahosted.org/releases/l/o/$pkgname/${pkgname}-${version}.tar.gz"
checksum=022769e3288c80981559a8421703c88e8438b447235e36dd3c8e97cd94c52545
CFLAGS="-Wno-error"
pre_configure() {
./autogen.sh
}