diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2020-01-28 02:52:33 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-01-27 20:04:56 -0800 |
commit | 4de9a27a4e27621b04918d0fbc26e0295768feb7 (patch) | |
tree | c07e4dec973689ba79cdb8c0ddd32aa1130b5d1d /meta-networking | |
parent | 21899d1f3aa626ef2d02bc0bcfb298d4a7bbfdca (diff) | |
download | meta-openembedded-4de9a27a4e27621b04918d0fbc26e0295768feb7.tar.gz |
ypbind-mt: search nspr header files in ${STAGING_INCDIR}/nspr
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-support/nis/ypbind-mt_2.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 4f7f8aa3ef..03b98c9c27 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 ." | |||
45 | 45 | ||
46 | CACHED_CONFIGUREVARS = "ac_cv_prog_STRIP=/bin/true" | 46 | CACHED_CONFIGUREVARS = "ac_cv_prog_STRIP=/bin/true" |
47 | 47 | ||
48 | CFLAGS_append_libc-musl = " -I${STAGING_INCDIR}/nss3" | 48 | CFLAGS_append = " -I${STAGING_INCDIR}/nss3 -I${STAGING_INCDIR}/nspr" |
49 | 49 | ||
50 | do_install_append () { | 50 | do_install_append () { |
51 | install -d ${D}${sysconfdir}/init.d | 51 | install -d ${D}${sysconfdir}/init.d |