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

Jan Steffens heftig at archlinux.org
Thu Mar 14 11:28:32 UTC 2019


    Date: Thursday, March 14, 2019 @ 11:28:30
  Author: heftig
Revision: 347927

Add as-needed hack

Modified:
  dleyna-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-14 11:26:53 UTC (rev 347926)
+++ PKGBUILD	2019-03-14 11:28:30 UTC (rev 347927)
@@ -28,6 +28,7 @@
   cd $pkgname
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
     --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 



More information about the arch-commits mailing list