diff options
-rw-r--r-- | meta/recipes-extended/zip/zip.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/zip/zip.inc b/meta/recipes-extended/zip/zip.inc index a3bbc934e0..265d9a8adb 100644 --- a/meta/recipes-extended/zip/zip.inc +++ b/meta/recipes-extended/zip/zip.inc | |||
@@ -12,6 +12,8 @@ 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 | ||
16 | sed -i 's#LFLAGS1=""#LFLAGS1="${LDFLAGS}"#' flags | ||
15 | oe_runmake -f unix/Makefile generic | 17 | oe_runmake -f unix/Makefile generic |
16 | } | 18 | } |
17 | 19 | ||