summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-support/libpcre/libpcre_8.32.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libpcre/libpcre_8.32.bb b/meta/recipes-support/libpcre/libpcre_8.32.bb
index 04b76f320f..4d17741625 100644
--- a/meta/recipes-support/libpcre/libpcre_8.32.bb
+++ b/meta/recipes-support/libpcre/libpcre_8.32.bb
@@ -36,7 +36,7 @@ EXTRA_OECONF = "\
36 36
37# Set LINK_SIZE in BUILD_CFLAGS given that the autotools bbclass use it to 37# Set LINK_SIZE in BUILD_CFLAGS given that the autotools bbclass use it to
38# set CFLAGS_FOR_BUILD, required for the libpcre build. 38# set CFLAGS_FOR_BUILD, required for the libpcre build.
39BUILD_CFLAGS =+ "-DLINK_SIZE=2 -I${S}/include" 39BUILD_CFLAGS =+ "-DLINK_SIZE=2 -I${B}"
40CFLAGS += "-D_REENTRANT" 40CFLAGS += "-D_REENTRANT"
41CXXFLAGS_append_powerpc = " -lstdc++" 41CXXFLAGS_append_powerpc = " -lstdc++"
42 42