From 4de9a27a4e27621b04918d0fbc26e0295768feb7 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Tue, 28 Jan 2020 02:52:33 +0100 Subject: ypbind-mt: search nspr header files in ${STAGING_INCDIR}/nspr Signed-off-by: Martin Jansa Signed-off-by: Khem Raj --- meta-networking/recipes-support/nis/ypbind-mt_2.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-networking') diff --git a/meta-networking/recipes-support/nis/ypbind-mt_2.6.bb b/meta-networking/recipes-support/nis/ypbind-mt_2.6.bb index 4f7f8aa3e..03b98c9c2 100644 --- a/meta-networking/recipes-support/nis/ypbind-mt_2.6.bb +++ b/meta-networking/recipes-support/nis/ypbind-mt_2.6.bb @@ -45,7 +45,7 @@ INITSCRIPT_PARAMS = "start 44 3 5 . stop 70 0 1 2 6 ." CACHED_CONFIGUREVARS = "ac_cv_prog_STRIP=/bin/true" -CFLAGS_append_libc-musl = " -I${STAGING_INCDIR}/nss3" +CFLAGS_append = " -I${STAGING_INCDIR}/nss3 -I${STAGING_INCDIR}/nspr" do_install_append () { install -d ${D}${sysconfdir}/init.d -- cgit v1.2.3-54-g00ecf