[FFmpeg-trac] #4199(build system:new): When omitting '--shlibdir=' for configure, SHLIBDIR expands to $DESTDIR$DESTDIR...
FFmpeg
trac at avcodec.org
Sat Dec 20 11:24:17 CET 2014
#4199: When omitting '--shlibdir=' for configure, SHLIBDIR expands to
$DESTDIR$DESTDIR...
-------------------------------------+-------------------------------------
Reporter: | Owner:
friedinsugar | Status: new
Type: defect | Component: build
Priority: important | system
Version: git-master | Resolution:
Keywords: regression | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Comment (by iive):
$DESTDIR is used by packaging to redirect the installation to somewhere
else than the root of the filesystem.
You usually do something like `make install DESTDIR=/tmp/package` .
I think the fix should be:
`shlibdir_default='${libdir}'`
as we have:
`LIBDIR=\$(DESTDIR)$libdir`
`SHLIBDIR=\$(DESTDIR)$shlibdir`
--
Ticket URL: <https://trac.ffmpeg.org/ticket/4199#comment:2>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list