diff options
Diffstat (limited to 'meta/recipes-support/lz4/lz4_svn.bb')
-rw-r--r-- | meta/recipes-support/lz4/lz4_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/lz4/lz4_svn.bb b/meta/recipes-support/lz4/lz4_svn.bb index a760313daf..38e36d8256 100644 --- a/meta/recipes-support/lz4/lz4_svn.bb +++ b/meta/recipes-support/lz4/lz4_svn.bb | |||
@@ -12,7 +12,7 @@ SRC_URI = "svn://lz4.googlecode.com/svn/;module=trunk;protocol=http" | |||
12 | 12 | ||
13 | S = "${WORKDIR}/trunk" | 13 | S = "${WORKDIR}/trunk" |
14 | 14 | ||
15 | EXTRA_OEMAKE = "PREFIX=${prefix} CC=${TARGET_PREFIX}gcc DESTDIR=${D} LIBDIR=${libdir} INCLUDEDIR=${includedir}" | 15 | EXTRA_OEMAKE = "PREFIX=${prefix} CC='${CC}' DESTDIR=${D} LIBDIR=${libdir} INCLUDEDIR=${includedir}" |
16 | 16 | ||
17 | do_install() { | 17 | do_install() { |
18 | oe_runmake install | 18 | oe_runmake install |