diff options
-rw-r--r-- | meta-oe/recipes-support/multipath-tools/multipath-tools_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/multipath-tools/multipath-tools_git.bb b/meta-oe/recipes-support/multipath-tools/multipath-tools_git.bb index 37b5fef6f6..6bd611895f 100644 --- a/meta-oe/recipes-support/multipath-tools/multipath-tools_git.bb +++ b/meta-oe/recipes-support/multipath-tools/multipath-tools_git.bb | |||
@@ -39,6 +39,8 @@ S = "${WORKDIR}/git" | |||
39 | 39 | ||
40 | PV = "0.5.0+git${@'${SRCPV}'.split('+')[-1]}" | 40 | PV = "0.5.0+git${@'${SRCPV}'.split('+')[-1]}" |
41 | 41 | ||
42 | TARGET_CC_ARCH += "${LDFLAGS}" | ||
43 | |||
42 | # The exact version of SYSTEMD does not matter but should be greater than 209. | 44 | # The exact version of SYSTEMD does not matter but should be greater than 209. |
43 | # | 45 | # |
44 | EXTRA_OEMAKE = 'MULTIPATH_VERSION=${PV} DESTDIR=${D} syslibdir=${base_libdir} \ | 46 | EXTRA_OEMAKE = 'MULTIPATH_VERSION=${PV} DESTDIR=${D} syslibdir=${base_libdir} \ |