[arch-commits] Commit in cups-filters/trunk (PKGBUILD)
Andreas Radke
andyrtr at archlinux.org
Tue Nov 17 18:40:11 UTC 2020
Date: Tuesday, November 17, 2020 @ 18:40:11
Author: andyrtr
Revision: 401315
upgpkg: cups-filters 1.28.5-3: avoid overlinking
Modified:
cups-filters/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-17 16:40:19 UTC (rev 401314)
+++ PKGBUILD 2020-11-17 18:40:11 UTC (rev 401315)
@@ -2,7 +2,7 @@
pkgname=cups-filters
pkgver=1.28.5
-pkgrel=2
+pkgrel=3
pkgdesc="OpenPrinting CUPS Filters"
arch=('x86_64')
url="https://wiki.linuxfoundation.org/openprinting/cups-filters"
@@ -30,6 +30,7 @@
--with-browseremoteprotocols=DNSSD,CUPS \
--enable-auto-setup-driverless \
--with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
}
More information about the arch-commits
mailing list