aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libpcre
diff options
context:
space:
mode:
authorJeremy Laine <jeremy.laine@m4x.org>2008-04-24 13:28:52 +0000
committerJeremy Laine <jeremy.laine@m4x.org>2008-04-24 13:28:52 +0000
commita5f7a13805ca9851fa0dc818dc74162bb4dfbf95 (patch)
treec18b7b17a4c512ab19795b327a927df34b01cd8c /packages/libpcre
parent99649800a386d02768239022ecb87b9af272551d (diff)
downloadopenembedded-a5f7a13805ca9851fa0dc818dc74162bb4dfbf95.tar.gz
libpcre_7.6.bb: add workaround for build failures on powerpc/soft-float
Diffstat (limited to 'packages/libpcre')
-rw-r--r--packages/libpcre/libpcre_7.6.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/libpcre/libpcre_7.6.bb b/packages/libpcre/libpcre_7.6.bb
index 3171e10e68..a065b56cfc 100644
--- a/packages/libpcre/libpcre_7.6.bb
+++ b/packages/libpcre/libpcre_7.6.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 = "r1"
+PR = "r2"
LICENSE = "BSD"
SRC_URI = "${SOURCEFORGE_MIRROR}/pcre/pcre-${PV}.tar.bz2 \
file://pcre-cross.patch;patch=1"
@@ -19,6 +19,7 @@ PARALLEL_MAKE = ""
LEAD_SONAME = "libpcre.so"
CFLAGS_append = " -D_REENTRANT"
+CXXFLAGS_powerpc += "-lstdc++"
EXTRA_OECONF = " --with-link-size=2 --enable-newline-is-lf --with-match-limit=10000000 --enable-rebuild-chartables --enable-utf8"
do_compile () {