[CQID: WIND00444742]
Install zlib into base_libdir as kmod needs it. The purpose is to
make system boot into single user mode even if /usr is missing.
(LOCAL REV: NOT UPSTREAM) -- Sent to oe-core on
20131113
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
inherit ptest
do_configure (){
- ./configure --prefix=${prefix} --shared --libdir=${libdir}
+ ./configure --prefix=${base_prefix} --shared --libdir=${base_libdir}
}
do_compile (){