[arch-commits] Commit in imagescan/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Jan 5 19:33:23 UTC 2020


    Date: Sunday, January 5, 2020 @ 19:33:23
  Author: arojas
Revision: 549376

Don't strip unused libraries (FS#63491)

Modified:
  imagescan/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-05 19:03:25 UTC (rev 549375)
+++ PKGBUILD	2020-01-05 19:33:23 UTC (rev 549376)
@@ -4,7 +4,7 @@
 pkgname=imagescan
 pkgver=3.61.0
 _utsushiver=${pkgver/3./0.}
-pkgrel=1
+pkgrel=2
 pkgdesc="EPSON Image Scan v3 front-end for scanners and all-in-ones"
 arch=(x86_64)
 url="http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX"
@@ -37,7 +37,7 @@
     --with-magick-pp \
     --with-sane \
     --with-tiff
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+#  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # This breaks some scanners, https://bugs.archlinux.org/task/63491
   make
 }
 



More information about the arch-commits mailing list