#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
_______________________________________________
FFmpeg-trac mailing list
[email protected]
http://avcodec.org/mailman/listinfo/ffmpeg-trac