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

Balló György bgyorgy at archlinux.org
Sun May 2 01:21:40 UTC 2021


    Date: Sunday, May 2, 2021 @ 01:21:39
  Author: bgyorgy
Revision: 926074

upgpkg: gavl 1.4.0-5: Honor LDFLAGS

Modified:
  gavl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-02 00:53:05 UTC (rev 926073)
+++ PKGBUILD	2021-05-02 01:21:39 UTC (rev 926074)
@@ -5,7 +5,7 @@
 
 pkgname=gavl
 pkgver=1.4.0
-pkgrel=4
+pkgrel=5
 pkgdesc='Low level library, upon which multimedia APIs can be built'
 arch=('x86_64')
 url='http://gmerlin.sourceforge.net/'
@@ -19,6 +19,7 @@
   cd $pkgname-$pkgver
   # Fix build
   sed -i 's|volume_test_LDADD = ../gavl/libgavl.la|volume_test_LDADD = -lm ../gavl/libgavl.la|' src/Makefile.{am,in}
+  sed -i 's/LDFLAGS="$GMERLIN_DEP_RPATH"/LDFLAGS="$LDFLAGS $GMERLIN_DEP_RPATH"/' configure{,.ac}
 }
 
 build() {



More information about the arch-commits mailing list