[php-maint] Bug#516831: ffmpeg-php: Sets rpath for /usr/lib64/
Kurt Roeckx
kurt at roeckx.be
Mon Feb 23 21:25:14 UTC 2009
Package: ffmpeg-php
Version: 0.5.3.1-3
Severity: important
Hi,
It seems your package is setting up rpaths for /usr/lib64 on amd64
which isn't needed at all. It goes and looks at /usr/lib64 during
configure:
checking for ffmpeg libavcodec.so... ...found in /usr/lib64
And then calls libtool with -Wl,-rpath,/usr/lib64.
There should never be a need to use an rpath with
/usr/lib or /usr/lib64.
Kurt
More information about the pkg-php-maint
mailing list