diff options
Diffstat (limited to 'recipes-extended/skmm-ep')
-rw-r--r-- | recipes-extended/skmm-ep/skmm-ep_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/skmm-ep/skmm-ep_git.bb b/recipes-extended/skmm-ep/skmm-ep_git.bb index 82128c0f..6489b8e0 100644 --- a/recipes-extended/skmm-ep/skmm-ep_git.bb +++ b/recipes-extended/skmm-ep/skmm-ep_git.bb | |||
@@ -16,7 +16,7 @@ SRCREV = "bbf1ba00fcf407252a4c2e56783e63861088f9cb" | |||
16 | 16 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | 18 | ||
19 | EXTRA_OEMAKE = 'ARCH=${TARGET_ARCH} MACHINE=${MACHINE}' | 19 | EXTRA_OEMAKE = 'ARCH=${TARGET_ARCH} MACHINE=${MACHINE} EXTRA_LDFLAGS="${LDFLAGS}"' |
20 | 20 | ||
21 | export LIBEDIT_CFLAGS = "`pkg-config --cflags libedit`" | 21 | export LIBEDIT_CFLAGS = "`pkg-config --cflags libedit`" |
22 | export LIBEDIT_LDFLAGS = "`pkg-config --libs --static libedit`" | 22 | export LIBEDIT_LDFLAGS = "`pkg-config --libs --static libedit`" |