[oe-commits] org.oe.dev libpcre_7.6.bb: add workaround for build failures on powerpc/soft-float

jeremy_laine commit oe at amethyst.openembedded.net
Thu Apr 24 13:32:58 UTC 2008


libpcre_7.6.bb: add workaround for build failures on powerpc/soft-float

Author: jeremy_laine at openembedded.org
Branch: org.openembedded.dev
Revision: 8c79bf63b9d8dfd4b4b463a5c5358c569ccd149f
ViewMTN: http://monotone.openembedded.org/revision/info/8c79bf63b9d8dfd4b4b463a5c5358c569ccd149f
Files:
1
packages/libpcre/libpcre_7.6.bb
Diffs:

#
# mt diff -r7be20a8bef86ffcb98b9d32ebba06677b4490c50 -r8c79bf63b9d8dfd4b4b463a5c5358c569ccd149f
#
#
#
# patch "packages/libpcre/libpcre_7.6.bb"
#  from [603909433dfd8e32909049de4d3e77a2552f140d]
#    to [c46013011971789edcc9c8fbdc494ef7dde53070]
#
============================================================
--- packages/libpcre/libpcre_7.6.bb	603909433dfd8e32909049de4d3e77a2552f140d
+++ packages/libpcre/libpcre_7.6.bb	c46013011971789edcc9c8fbdc494ef7dde53070
@@ -5,7 +5,7 @@ SECTION = "devel"
 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 @@ CFLAGS_append = " -D_REENTRANT"
 
 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 () {






More information about the Openembedded-commits mailing list