diff options
| -rw-r--r-- | meta/recipes-support/numactl/numactl_git.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-support/numactl/numactl_git.bb b/meta/recipes-support/numactl/numactl_git.bb index 5640173aa9..6c8a667a41 100644 --- a/meta/recipes-support/numactl/numactl_git.bb +++ b/meta/recipes-support/numactl/numactl_git.bb | |||
| @@ -22,6 +22,9 @@ SRC_URI = "git://github.com/numactl/numactl \ | |||
| 22 | 22 | ||
| 23 | S = "${WORKDIR}/git" | 23 | S = "${WORKDIR}/git" |
| 24 | 24 | ||
| 25 | LDFLAGS_append_riscv64 = " -latomic" | ||
| 26 | LDFLAGS_append_riscv32 = " -latomic" | ||
| 27 | |||
| 25 | do_install() { | 28 | do_install() { |
| 26 | oe_runmake DESTDIR=${D} prefix=${D}/usr install | 29 | oe_runmake DESTDIR=${D} prefix=${D}/usr install |
| 27 | #remove the empty man2 directory | 30 | #remove the empty man2 directory |
