lmdb: Override libdir
The change allows for multilib support Signed-off-by: Luis Gustavo S. Barreto <gustavo@ossystems.com.br>
This commit is contained in:
@@ -24,5 +24,5 @@ do_install() {
|
||||
install -d ${D}${includedir}
|
||||
install -d ${D}${mandir}
|
||||
sed -i 's:\$(prefix)/man:${mandir}:' Makefile
|
||||
oe_runmake DESTDIR=${D} prefix=${prefix} manprefix=${mandir} install
|
||||
oe_runmake DESTDIR=${D} prefix=${prefix} libprefix=${libdir} manprefix=${mandir} install
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user