From f7a61f21b2ed5389f3c13928d3792039e5ecd925 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Wed, 14 Oct 2015 10:41:53 +0200 Subject: [PATCH] simple-scan: fix compilation with newer glibs. --- srcpkgs/simple-scan/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/simple-scan/template b/srcpkgs/simple-scan/template index 48f075f79b..c619c0f2ca 100644 --- a/srcpkgs/simple-scan/template +++ b/srcpkgs/simple-scan/template @@ -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 +}