diff options
-rw-r--r-- | meta-oe/recipes-support/pngcheck/pngcheck_2.3.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/pngcheck/pngcheck_2.3.0.bb b/meta-oe/recipes-support/pngcheck/pngcheck_2.3.0.bb index d523b7a8f..6d0dfff93 100644 --- a/meta-oe/recipes-support/pngcheck/pngcheck_2.3.0.bb +++ b/meta-oe/recipes-support/pngcheck/pngcheck_2.3.0.bb | |||
@@ -12,7 +12,7 @@ SRC_URI[sha256sum] = "77f0a039ac64df55fbd06af6f872fdbad4f639d009bbb5cd5cbe4db256 | |||
12 | EXTRA_OEMAKE = "-e MAKEFLAGS=" | 12 | EXTRA_OEMAKE = "-e MAKEFLAGS=" |
13 | 13 | ||
14 | do_compile() { | 14 | do_compile() { |
15 | oe_runmake -f Makefile.unx INCS=-I${STAGING_DIR_HOST}${incdir} LIBS=${STAGING_DIR_HOST}${libdir}/libz.a | 15 | oe_runmake -f Makefile.unx INCS=-I${STAGING_DIR_HOST}${incdir} LIBS='${STAGING_DIR_HOST}${libdir}/libz.a ${LDFLAGS}' |
16 | } | 16 | } |
17 | 17 | ||
18 | do_install() { | 18 | do_install() { |