[arch-commits] Commit in sratom/trunk (PKGBUILD)
David Runge
dvzrv at gemini.archlinux.org
Sat Nov 20 11:28:14 UTC 2021
Date: Saturday, November 20, 2021 @ 11:28:13
Author: dvzrv
Revision: 1052834
upgpkg: sratom 0.6.8-3: Rebuild to apply distribution LDFLAGS.
Waf is weird and relies on the custom LINKFLAGS environment variable, so we use
it to supply it with LDFLAGS.
Modified:
sratom/trunk/PKGBUILD
----------+
PKGBUILD | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-20 11:24:51 UTC (rev 1052833)
+++ PKGBUILD 2021-11-20 11:28:13 UTC (rev 1052834)
@@ -4,7 +4,7 @@
pkgname=sratom
pkgver=0.6.8
-pkgrel=2
+pkgrel=3
pkgdesc="An LV2 Atom RDF serialisation library"
arch=(x86_64)
url="https://drobilla.net/software/sratom/"
@@ -38,6 +38,8 @@
build() {
cd "${pkgname}-${pkgver}"
+
+ export LINKFLAGS="$LDFLAGS"
waf configure --prefix=/usr \
--test
waf build
More information about the arch-commits
mailing list