From: Richard Purdie Date: Mon, 12 Mar 2018 22:23:53 +0000 (-0700) Subject: unfs3: Fix libtirpc usage for unfs3-native version X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=de61731aed7f085209cb997b9500777dcd1c74a1;p=openembedded-core.git unfs3: Fix libtirpc usage for unfs3-native version Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/unfs3/unfs3_0.9.22.r497.bb b/meta/recipes-devtools/unfs3/unfs3_0.9.22.r497.bb index 46ac3692b1..8127e4a10b 100644 --- a/meta/recipes-devtools/unfs3/unfs3_0.9.22.r497.bb +++ b/meta/recipes-devtools/unfs3/unfs3_0.9.22.r497.bb @@ -37,8 +37,8 @@ BBCLASSEXTEND = "native nativesdk" inherit autotools EXTRA_OECONF_append_class-native = " --sbindir=${bindir}" -CFLAGS += " -I${STAGING_INCDIR}/tirpc" -LDFLAGS += " -ltirpc" +CFLAGS_append = " -I${STAGING_INCDIR}/tirpc" +LDFLAGS_append = " -ltirpc" # Turn off these header detects else the inode search # will walk entire file systems and this is a real problem