diff options
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/diffstat/diffstat_1.60.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/diffstat/diffstat_1.60.bb b/meta/recipes-devtools/diffstat/diffstat_1.60.bb index 29c32a8754..25ba4dac4b 100644 --- a/meta/recipes-devtools/diffstat/diffstat_1.60.bb +++ b/meta/recipes-devtools/diffstat/diffstat_1.60.bb | |||
@@ -18,6 +18,8 @@ S = "${WORKDIR}/diffstat-${PV}" | |||
18 | 18 | ||
19 | inherit autotools gettext ptest | 19 | inherit autotools gettext ptest |
20 | 20 | ||
21 | LDFLAGS += "${TOOLCHAIN_OPTIONS}" | ||
22 | |||
21 | do_configure () { | 23 | do_configure () { |
22 | if [ ! -e ${S}/acinclude.m4 ]; then | 24 | if [ ! -e ${S}/acinclude.m4 ]; then |
23 | mv ${S}/aclocal.m4 ${S}/acinclude.m4 | 25 | mv ${S}/aclocal.m4 ${S}/acinclude.m4 |