summaryrefslogtreecommitdiff
path: root/packages/pcre/pcre_4.4.bb
diff options
context:
space:
mode:
authorMatthias Hentges <oe@hentges.net>2006-05-26 09:25:34 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-05-26 09:25:34 +0000
commit1ab658bccabfdb1792e966c6725fc2496ffbb3f9 (patch)
treeaf6d2a3be1215bfef63a07d41d1f0b9883b5706b /packages/pcre/pcre_4.4.bb
parentaecccaefd0a9a119f444e77fe0e52bd690f81961 (diff)
parentd0487e1763471b2ceda3e4aa7c246a1d7ce114c4 (diff)
merge of 0aa8df480a5fe2c0daeaff3c39171cce7fde6a4a
and cbe9e2ec3566ef5af4fa806a0faec1ddf3984cd4
Diffstat (limited to 'packages/pcre/pcre_4.4.bb')
-rw-r--r--packages/pcre/pcre_4.4.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/pcre/pcre_4.4.bb b/packages/pcre/pcre_4.4.bb
index a3deda5da7..451d44b17c 100644
--- a/packages/pcre/pcre_4.4.bb
+++ b/packages/pcre/pcre_4.4.bb
@@ -5,7 +5,7 @@ provides a POSIX calling interface to PCRE; the regular expressions \
themselves still follow Perl syntax and semantics. The header file for \
the POSIX-style functions is called pcreposix.h."
SECTION = "devel"
-PR = "r4"
+PR = "r5"
LICENSE = "BSD"
SRC_URI = "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-${PV}.tar.bz2"
S = "${WORKDIR}/pcre-${PV}"
@@ -19,6 +19,10 @@ CFLAGS_append = " -D_REENTRANT"
EXTRA_OECONF = " --with-link-size=2 --enable-newline-is-lf --with-match-limit=10000000"
do_compile () {
+ # stop libtool from trying to link with host libraries - fix from #33
+ # this resolve build problem on amd64 - #1015
+ sed -i 's:-L\$:-L${STAGING_LIBDIR} -L\$:' ${S}/${TARGET_SYS}-libtool
+
# The generation of dftables can lead to timestamp problems with ccache
# because the generated config.h seems newer. It is sufficient to ensure that the
# attempt to build dftables inside make will actually work (foo_FOR_BUILD is