summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2017-11-09 15:52:45 -0200
committerDaniel Bermond2017-11-09 15:52:45 -0200
commit4dfa91ad47336dff41e8edfaa8ec0c103aec19d7 (patch)
treea4d37e69deae0e58b7b0ee2a658616c67f315ec9 /PKGBUILD
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.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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 \