Date: Monday, June 28, 2021 @ 21:22:49
  Author: dvzrv
Revision: 967773

upgpkg: ardour 6.7-3: Rebuild to fix overlinking.

Add export of LINKFLAGS to build() to stop overlinking.

Modified:
  ardour/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2021-06-28 21:17:18 UTC (rev 967772)
+++ PKGBUILD    2021-06-28 21:22:49 UTC (rev 967773)
@@ -5,7 +5,7 @@
 _name=Ardour
 pkgname=ardour
 pkgver=6.7
-pkgrel=2
+pkgrel=3
 pkgdesc="Professional-grade digital audio workstation"
 arch=('x86_64')
 url="https://ardour.org/";
@@ -55,6 +55,7 @@
 
 build() {
   cd "${pkgname}"
+  export LINKFLAGS="$LDFLAGS"
   waf configure --prefix=/usr \
                 --configdir=/etc \
                 --cxx11 \

Reply via email to