Koen Kooi <[email protected]> writes:

>> +    perl ./Configure ${EXTRA_OECONF} shared --prefix=$useprefix 
>> --libdir=`basename ${libdir}`
>
> Why not plain ${base_libdir}?

openssl's '--libdir' option expects a relative name. E.g. there is done

| $libdir="lib$multilib" if $libdir eq "";
| ...
|       s/^LIBDIR=.*$/LIBDIR=$libdir/;
| ...
|               my $foo = "$prefix/$libdir/engines";

in Configure and

|           echo 'libdir=$${exec_prefix}/$(LIBDIR)'; \

in Makefile.


Using absolute paths (as in ${base_libdir}) would create paths with
double '/'.  Perhaps, this would be a cosmetical issue only but using
plain 'lib' (or 'lib64') is better imo.


Enrico

_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to