summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/php/php_8.1.11.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/php/php_8.1.11.bb b/meta-oe/recipes-devtools/php/php_8.1.11.bb
index fefabf72d8..dca482a1c8 100644
--- a/meta-oe/recipes-devtools/php/php_8.1.11.bb
+++ b/meta-oe/recipes-devtools/php/php_8.1.11.bb
@@ -120,7 +120,7 @@ PACKAGECONFIG[mbstring] = "--enable-mbstring,,"
120export HOSTCC = "${BUILD_CC}" 120export HOSTCC = "${BUILD_CC}"
121export PHP_NATIVE_DIR = "${STAGING_BINDIR_NATIVE}" 121export PHP_NATIVE_DIR = "${STAGING_BINDIR_NATIVE}"
122export PHP_PEAR_PHP_BIN = "${STAGING_BINDIR_NATIVE}/php" 122export PHP_PEAR_PHP_BIN = "${STAGING_BINDIR_NATIVE}/php"
123CFLAGS += " -D_GNU_SOURCE -g -DPTYS_ARE_GETPT -DPTYS_ARE_SEARCHED -I${STAGING_INCDIR}/apache2" 123CFLAGS += " -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -DPTYS_ARE_GETPT -DPTYS_ARE_SEARCHED -I${STAGING_INCDIR}/apache2"
124 124
125# Adding these flags enables dynamic library support, which is disabled by 125# Adding these flags enables dynamic library support, which is disabled by
126# default when cross compiling 126# default when cross compiling