summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2017-11-09 15:58:37 -0200
committerDaniel Bermond2017-11-09 15:58:37 -0200
commit279625e2298bc3771534c3e2cbb504a7acd10678 (patch)
treef266f819d3dbcfffb7d3fe030bca69c83f1ebf8a
parent09d2628d7c3c1d90a0b769dee6b3dfc2b8f87d23 (diff)
downloadaur-279625e2298bc3771534c3e2cbb504a7acd10678.tar.gz
Disable rpath
It should be used only to allow installing libraries in paths not part of the dynamic linker search path.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d036d17877e0..ee4099afb4ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Oct 24 19:25:39 UTC 2017
+# Thu Nov 9 17:58:29 UTC 2017
pkgbase = ffmpeg-full
pkgdesc = Record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac)
pkgver = 3.4
- pkgrel = 2
+ pkgrel = 3
url = http://www.ffmpeg.org/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index a40664b8bb1f..d94fc4108e43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=ffmpeg-full
_srcname=ffmpeg
pkgver=3.4
-pkgrel=2
+pkgrel=3
pkgdesc='Record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac)'
arch=('i686' 'x86_64')
url='http://www.ffmpeg.org/'
@@ -89,7 +89,7 @@ build() {
$_cflags \
"$_ldflags" \
\
- --enable-rpath \
+ --disable-rpath \
--enable-gpl \
--enable-version3 \
--enable-nonfree \