From cb572824b4c09ac0f1fbea2912e00f59e2fc59f2 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 30 Aug 2018 11:29:19 -0700 Subject: ndisc6: Do not use gold linker and disable rpath It builds with clang just fine so remove pinning it to gcc-only recipe Signed-off-by: Khem Raj --- meta-networking/recipes-support/ndisc6/ndisc6_git.bb | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'meta-networking') diff --git a/meta-networking/recipes-support/ndisc6/ndisc6_git.bb b/meta-networking/recipes-support/ndisc6/ndisc6_git.bb index cebc1d9cd8..ec4879752a 100644 --- a/meta-networking/recipes-support/ndisc6/ndisc6_git.bb +++ b/meta-networking/recipes-support/ndisc6/ndisc6_git.bb @@ -19,13 +19,10 @@ inherit autotools gettext EXTRA_OECONF += "PERL=${USRBINPATH}/perl" -LDFLAGS += "-fuse-ld=gold" -LDFLAGS_remove_riscv64 = "-fuse-ld=gold" - -TOOLCHAIN = "gcc" - USE_NLS = "yes" +EXTRA_OECONF += "--disable-rpath" + do_configure_prepend() { cp ${STAGING_DATADIR_NATIVE}/gettext/gettext.h ${S}/include ${S}/autogen.sh -- cgit v1.2.3-54-g00ecf