[FFmpeg-trac] #4199(build system:new): When omitting '--shlibdir=' for configure, SHLIBDIR expands to $DESTDIR$DESTDIR...

FFmpeg trac at avcodec.org
Sat Dec 20 08:45:06 CET 2014


#4199: When omitting '--shlibdir=' for configure, SHLIBDIR expands to
$DESTDIR$DESTDIR...
-------------------------------------+-------------------------------------
             Reporter:               |                     Type:  defect
  friedinsugar                       |                 Priority:  important
               Status:  new          |                  Version:  git-
            Component:  build        |  master
  system                             |               Blocked By:
             Keywords:               |  Reproduced by developer:  0
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Summary of the bug:
 In the generated config.mak,
 SHLIBDIR expands to
 $(DESTDIR)$(DESTDIR)...

 How to reproduce:
 Run configure without '--shlibdir='

 Possible cause of bug:
 the following line in the 'configure' file:
 shlibdir_default='${LIBDIR}'

 should be instead
 shlibdir_default='${libdir_default}'

 but I need a second opinion.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/4199>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list