pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/electricsheep-svn



Module name:    wip
Committed by:   rhialto
Date:           Thu Jul  4 15:58:16 UTC 2013

Modified Files:
        wip/electricsheep-svn: Makefile

Log Message:
Patch from "John D. Baker" <jdbaker%mylinuxisp.com@localhost>:

Oddities with the runtime loader caused incompatible libraries with same
major version to be loaded.  Specifically, for a time, "ffmpeg" and
"ffmpeg010" both had "libavformat.so.51.x" and when asked for
"libavformat.so.51", the loader would attempt to load the one from
"ffmpeg" instead of "ffmpeg010".

It seems this can be gotten around at build time by the order in which
"buildlink3.mk" files are included--specifically, that for packages
requiring "ffmpeg010" over "ffmpeg", it should be first in the list.


To generate a diff of this commit:
cvs -z3 rdiff -u -r1.4 -r1.5 wip/electricsheep-svn/Makefile

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/electricsheep-svn/Makefile?r1=1.4&r2=1.5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index