[oe] [PATCH] openssl: enforce libdir=lib

Enrico Scholz enrico.scholz at sigma-chemnitz.de
Tue Apr 26 12:15:01 UTC 2011


Michael Smith <msmith at cbnco.com> writes:

>> -	perl ./Configure ${EXTRA_OECONF} shared --prefix=$useprefix --openssldir=${libdir}/ssl $target
>> +	perl ./Configure ${EXTRA_OECONF} shared --prefix=$useprefix --libdir=lib --openssldir=${libdir}/ssl $target
>
> Could you change "lib" to "${libdir}"? For x86_64 builds my libdir is 
> /usr/lib64.

ok; I will use `basename ${libdir}`.

Just for interest: how did you configured the x86_64 target to use
lib64 directories?  By manually overriding all the *libdir variables in
bitbake.conf?  How well are recipes prepared to use ${*libdir} instead
of static /lib?


Enrico




More information about the Openembedded-devel mailing list