summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-support/ndisc6/ndisc6_git.bb7
1 files changed, 2 insertions, 5 deletions
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
19 19
20EXTRA_OECONF += "PERL=${USRBINPATH}/perl" 20EXTRA_OECONF += "PERL=${USRBINPATH}/perl"
21 21
22LDFLAGS += "-fuse-ld=gold"
23LDFLAGS_remove_riscv64 = "-fuse-ld=gold"
24
25TOOLCHAIN = "gcc"
26
27USE_NLS = "yes" 22USE_NLS = "yes"
28 23
24EXTRA_OECONF += "--disable-rpath"
25
29do_configure_prepend() { 26do_configure_prepend() {
30 cp ${STAGING_DATADIR_NATIVE}/gettext/gettext.h ${S}/include 27 cp ${STAGING_DATADIR_NATIVE}/gettext/gettext.h ${S}/include
31 ${S}/autogen.sh 28 ${S}/autogen.sh