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

Reply via email to