simple-scan: fix compilation with newer glibs.

This commit is contained in:
Enno Boland 2015-10-14 10:41:53 +02:00
parent 7a3a434eb1
commit f7a61f21b2

View file

@ -13,3 +13,7 @@ license="GPL-3"
homepage="http://launchpad.net/simple-scan"
distfiles="https://launchpad.net/$pkgname/${version%.*}/$version/+download/$pkgname-$version.tar.xz"
checksum=1c6727591813e7fd44da932adbae226001ce3a7b8f1a162c9b19d1dc630d7402
pre_configure() {
sed -i 's/--strict//' configure
}