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

David Runge dvzrv at gemini.archlinux.org
Mon Jul 26 17:40:33 UTC 2021


    Date: Monday, July 26, 2021 @ 17:40:32
  Author: dvzrv
Revision: 985574

upgpkg: calf 0.90.3-5: Rebuild against fluidsynth 2.2.

Add sed call to remove excessive overlinking due to libtool in build().

Modified:
  calf/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-26 17:39:50 UTC (rev 985573)
+++ PKGBUILD	2021-07-26 17:40:32 UTC (rev 985574)
@@ -4,7 +4,7 @@
 
 pkgname=calf
 pkgver=0.90.3
-pkgrel=4
+pkgrel=5
 pkgdesc='LV2 plug-in suite and standalone Jack host'
 arch=(x86_64)
 url="https://calf-studio-gear.org"
@@ -27,6 +27,7 @@
     --enable-sse \
     --prefix=/usr \
     --with-lv2
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 



More information about the arch-commits mailing list