summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-support/libpcre/libpcre_8.12.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-support/libpcre/libpcre_8.12.bb b/meta/recipes-support/libpcre/libpcre_8.12.bb
index 2972c1a51f..54d1f98406 100644
--- a/meta/recipes-support/libpcre/libpcre_8.12.bb
+++ b/meta/recipes-support/libpcre/libpcre_8.12.bb
@@ -30,11 +30,11 @@ EXTRA_OECONF = " --with-link-size=2 --enable-newline-is-lf --with-match-limit=10
30do_compile () { 30do_compile () {
31 # stop libtool from trying to link with host libraries - fix from #33 31 # stop libtool from trying to link with host libraries - fix from #33
32 # this resolve build problem on amd64 - #1015 32 # this resolve build problem on amd64 - #1015
33 if [ -e ${S}/${TARGET_SYS}-libtool ] ; then 33 if [ -e ${S}/${HOST_SYS}-libtool ] ; then
34 sed -i 's:-L\$:-L${STAGING_LIBDIR} -L\$:' ${S}/${TARGET_SYS}-libtool 34 sed -i 's:-L\$:-L${STAGING_LIBDIR} -L\$:' ${S}/${HOST_SYS}-libtool
35 else 35 else
36 ln -sf ${S}/libtool ${S}/${TARGET_SYS}-libtool 36 ln -sf ${S}/libtool ${S}/${HOST_SYS}-libtool
37 sed -i 's:-L\$:-L${STAGING_LIBDIR} -L\$:' ${S}/${TARGET_SYS}-libtool 37 sed -i 's:-L\$:-L${STAGING_LIBDIR} -L\$:' ${S}/${HOST_SYS}-libtool
38 fi 38 fi
39 39
40 # The generation of dftables can lead to timestamp problems with ccache 40 # The generation of dftables can lead to timestamp problems with ccache