Disable rpath

It should be used only to allow installing libraries in paths
not part of the dynamic linker search path.
This commit is contained in:
Daniel Bermond
2017-11-09 15:58:37 -02:00
parent 09d2628d7c
commit 279625e229
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8 # Generated by mksrcinfo v8
# Tue Oct 24 19:25:39 UTC 2017 # Thu Nov 9 17:58:29 UTC 2017
pkgbase = ffmpeg-full pkgbase = ffmpeg-full
pkgdesc = Record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac) pkgdesc = Record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac)
pkgver = 3.4 pkgver = 3.4
pkgrel = 2 pkgrel = 3
url = http://www.ffmpeg.org/ url = http://www.ffmpeg.org/
arch = i686 arch = i686
arch = x86_64 arch = x86_64
+2 -2
View File
@@ -8,7 +8,7 @@
pkgname=ffmpeg-full pkgname=ffmpeg-full
_srcname=ffmpeg _srcname=ffmpeg
pkgver=3.4 pkgver=3.4
pkgrel=2 pkgrel=3
pkgdesc='Record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac)' pkgdesc='Record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac)'
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url='http://www.ffmpeg.org/' url='http://www.ffmpeg.org/'
@@ -89,7 +89,7 @@ build() {
$_cflags \ $_cflags \
"$_ldflags" \ "$_ldflags" \
\ \
--enable-rpath \ --disable-rpath \
--enable-gpl \ --enable-gpl \
--enable-version3 \ --enable-version3 \
--enable-nonfree \ --enable-nonfree \