diff options
Diffstat (limited to 'meta/recipes-extended/zip/zip.inc')
-rw-r--r-- | meta/recipes-extended/zip/zip.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/zip/zip.inc b/meta/recipes-extended/zip/zip.inc index 265d9a8adb..c73571ad54 100644 --- a/meta/recipes-extended/zip/zip.inc +++ b/meta/recipes-extended/zip/zip.inc | |||
@@ -12,9 +12,9 @@ EXTRA_OEMAKE = "'CC=${CC}' 'BIND=${CC}' 'AS=${CC} -c' 'CPP=${CPP}' \ | |||
12 | 'BINFLAGS=0755' 'INSTALL_D=install -d'" | 12 | 'BINFLAGS=0755' 'INSTALL_D=install -d'" |
13 | 13 | ||
14 | do_compile() { | 14 | do_compile() { |
15 | oe_runmake -f unix/Makefile flags | 15 | oe_runmake -f unix/Makefile flags IZ_BZIP2=no_such_directory |
16 | sed -i 's#LFLAGS1=""#LFLAGS1="${LDFLAGS}"#' flags | 16 | sed -i 's#LFLAGS1=""#LFLAGS1="${LDFLAGS}"#' flags |
17 | oe_runmake -f unix/Makefile generic | 17 | oe_runmake -f unix/Makefile generic IZ_BZIP2=no_such_directory |
18 | } | 18 | } |
19 | 19 | ||
20 | do_install() { | 20 | do_install() { |