Age | Commit message (Collapse) | Author | Files |
|
This is needed to stop tripping up security protections on Fedora 12 and
probably other selinux using distros
|
|
openssl's makefile always installs to ${prefix}/lib, even if
libdir is ${prefix}/lib64. Move some files around to make it fit.
Signed-off-by: Michael Smith <msmith@cbnco.com>
|
|
|
|
DEFAULT_PREFERENCE = -1 is removed from the -native recipes; this
caused problems with tools linking against different versions of
the openssl libs, resulting in obscure build failures (e.g.
python-native "import md5" would fail).
|
|
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Mike Westerhof <mwester@dls.net>
Acked-by: Philip Balister <philip@balister.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Marcin Juszkiewicz <hrw@openembedded.org>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|