[OE-core] [PATCH] libnss-mdns: dont use hard coded /lib path

Phil Blundell philb at gnu.org
Wed Aug 3 15:20:12 UTC 2011


On Wed, 2011-08-03 at 10:15 -0500, Kumar Gala wrote:
> -EXTRA_OECONF = "--libdir=/lib --disable-lynx --enable-avahi"
> +EXTRA_OECONF = "--libdir=${libdir} --disable-lynx --enable-avahi"

Really?  ${libdir} is /usr/lib in most configurations.  If you wanted
this to be a no-op for most folks then ${base_libdir} is probably the
variable you need.

p.






More information about the Openembedded-core mailing list