[arch-commits] Commit in vapoursynth/trunk (PKGBUILD)
    Jan Steffens 
    heftig at archlinux.org
       
    Wed Dec  6 14:21:39 UTC 2017
    
    
  
    Date: Wednesday, December 6, 2017 @ 14:21:37
  Author: heftig
Revision: 272530
R40-2: libmagick had a sobump; also combat overlinking
Modified:
  vapoursynth/trunk/PKGBUILD
----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-06 14:07:52 UTC (rev 272529)
+++ PKGBUILD	2017-12-06 14:21:37 UTC (rev 272530)
@@ -5,7 +5,7 @@
 
 pkgname=vapoursynth
 pkgver=R40
-pkgrel=1
+pkgrel=2
 pkgdesc='A video processing framework with the future in mind'
 arch=('x86_64')
 url='http://www.vapoursynth.com/'
@@ -26,6 +26,7 @@
     --prefix='/usr' \
     --enable-imwri \
     --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 
    
    
More information about the arch-commits
mailing list