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

Antonio Rojas arojas at archlinux.org
Sat Nov 24 08:50:46 UTC 2018


    Date: Saturday, November 24, 2018 @ 08:50:45
  Author: arojas
Revision: 340364

Fix FTBFS

Modified:
  mjpegtools/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-24 08:25:40 UTC (rev 340363)
+++ PKGBUILD	2018-11-24 08:50:45 UTC (rev 340364)
@@ -3,7 +3,7 @@
 
 pkgname=mjpegtools
 pkgver=2.1.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Set of tools that can do recording of videos and playback, simple cut-and-paste editing and the MPEG compression of audio and video"
 arch=('x86_64')
 license=('GPL')
@@ -17,7 +17,7 @@
 
 prepare() {
   cd ${pkgname}-${pkgver}
-  sed -i -e '/ARCHFLAGS=/s:=.*:=:' configure
+  sed -i -e '/ARCHFLAGS=/s:=.*:=:' -e 's/-fno-PIC//' configure
 }
 
 build() {



More information about the arch-commits mailing list