summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2017-11-09 15:52:45 -0200
committerDaniel Bermond2017-11-09 15:52:45 -0200
commit4dfa91ad47336dff41e8edfaa8ec0c103aec19d7 (patch)
treea4d37e69deae0e58b7b0ee2a658616c67f315ec9
parent4ea239bdc900ef86abf9dd8ce84d340928b7a90c (diff)
downloadaur-4dfa91ad47336dff41e8edfaa8ec0c103aec19d7.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 b99e5a77128d..d7b0f84aaa1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Nov 3 00:06:48 UTC 2017
+# Thu Nov 9 17:52:38 UTC 2017
pkgbase = ffmpeg-full-git
pkgdesc = Record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac; git version)
pkgver = 3.5.r88519.gcf5a6c754a
- pkgrel = 1
+ pkgrel = 2
url = http://www.ffmpeg.org/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index c4f69174d888..8bea0e7fb2e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=ffmpeg-full-git
pkgver=3.5.r88519.gcf5a6c754a
-pkgrel=1
+pkgrel=2
pkgdesc='Record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac; git version)'
arch=('i686' 'x86_64')
url='http://www.ffmpeg.org/'
@@ -95,7 +95,7 @@ build() {
$_cflags \
"$_ldflags" \
\
- --enable-rpath \
+ --disable-rpath \
--enable-gpl \
--enable-version3 \
--enable-nonfree \