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

Jan Steffens heftig at archlinux.org
Fri Apr 19 20:36:04 UTC 2019


    Date: Friday, April 19, 2019 @ 20:36:03
  Author: heftig
Revision: 350916

Reduce overlinking

Modified:
  xine-lib/trunk/PKGBUILD

----------+
 PKGBUILD |    1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-19 20:33:29 UTC (rev 350915)
+++ PKGBUILD	2019-04-19 20:36:03 UTC (rev 350916)
@@ -44,6 +44,7 @@
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr --with-wavpack --enable-vdpau --with-external-dvdnav \
     --disable-optimizations 
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 



More information about the arch-commits mailing list