git » ardour.git » commit adfea60

Rebuild to fix overlinking.

author David Runge
2021-06-28 21:22:49 UTC
committer David Runge
2021-06-28 21:22:49 UTC
parent 795e6aecfe08282bc85f95f279b032402445c270

Rebuild to fix overlinking.

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

PKGBUILD +2 -1

diff --git a/PKGBUILD b/PKGBUILD
index 6ca27ea..03a3ce7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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 @@ prepare() {
 
 build() {
   cd "${pkgname}"
+  export LINKFLAGS="$LDFLAGS"
   waf configure --prefix=/usr \
                 --configdir=/etc \
                 --cxx11 \