By default, plugin libraries wil be installed in
$(libdir)/libnfsidmap in build stage while in run time,
they will be looked in /usr/lib/libnfsidmap. This will cause
error in 64 bits systems. Add a configure option to avoid it.

Signed-off-by: Zhang Xiao <[email protected]>
---
 meta/recipes-connectivity/nfs-utils/libnfsidmap_0.25.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-connectivity/nfs-utils/libnfsidmap_0.25.bb 
b/meta/recipes-connectivity/nfs-utils/libnfsidmap_0.25.bb
index 2565771006..28c670d6d0 100644
--- a/meta/recipes-connectivity/nfs-utils/libnfsidmap_0.25.bb
+++ b/meta/recipes-connectivity/nfs-utils/libnfsidmap_0.25.bb
@@ -18,7 +18,7 @@ UPSTREAM_CHECK_URI = 
"http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap
 
 inherit autotools
 
-EXTRA_OECONF = "--disable-ldap"
+EXTRA_OECONF = "--disable-ldap --with-pluginpath=${libdir}/libnfsidmap"
 
 do_install_append () {
        install -d ${D}${sysconfdir}/
-- 
2.11.0

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

Reply via email to