diff options
author | Chris Larson <clarson@kergoth.com> | 2003-09-10 00:31:26 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-09-10 00:31:26 +0000 |
commit | 4dffed9e878b11445dd5dbee1be40282bd60aad6 (patch) | |
tree | bc011403d2b8b1d58f3b965e85fae36a51346231 /content/pcre-4.4.oe | |
parent | 9a5db1c852a760b71b229a399b5cdc4a09f88e3f (diff) |
Apache 2.0.47 builds successfully :)
BKrev: 3f5e70dem3guAaYtt5kIPfomAJ0ewA
Diffstat (limited to 'content/pcre-4.4.oe')
-rw-r--r-- | content/pcre-4.4.oe | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/content/pcre-4.4.oe b/content/pcre-4.4.oe index 855a6cc97b..41bbbbf786 100644 --- a/content/pcre-4.4.oe +++ b/content/pcre-4.4.oe @@ -11,6 +11,9 @@ the POSIX-style functions is called pcreposix.h. SRC_URI = ftp://ftp.csx.cam.ac.uk/pub/software/programming/${PN}/${P}.tar.bz2 S = "${WORKDIR}/${P}" +# this libtool cant handle the multiword gcc +CC:=${@oe.data.getVar("CC", d, 1).split()[-1].strip()} +CFLAGS_append = " -D_REENTRANT" do_compile () { set -e oe_runconf |