summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/unfs3/unfs3_0.9.22.r497.bb4
1 files changed, 2 insertions, 2 deletions
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 fd9a5cddb2..0069425d23 100644
--- a/meta/recipes-devtools/unfs3/unfs3_0.9.22.r497.bb
+++ b/meta/recipes-devtools/unfs3/unfs3_0.9.22.r497.bb
@@ -33,8 +33,8 @@ BBCLASSEXTEND = "native nativesdk"
33 33
34inherit autotools 34inherit autotools
35EXTRA_OECONF_append_class-native = " --sbindir=${bindir}" 35EXTRA_OECONF_append_class-native = " --sbindir=${bindir}"
36CFLAGS += " -I${STAGING_INCDIR}/tirpc" 36CFLAGS_append = " -I${STAGING_INCDIR}/tirpc"
37LDFLAGS += " -ltirpc" 37LDFLAGS_append = " -ltirpc"
38 38
39# Turn off these header detects else the inode search 39# Turn off these header detects else the inode search
40# will walk entire file systems and this is a real problem 40# will walk entire file systems and this is a real problem