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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user