summaryrefslogtreecommitdiffstats
path: root/meta-webserver
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-05-10 15:38:53 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2013-05-14 23:47:37 +0100
commit25ddcf5d9e13d89f4e196ca6f5724ef73524841d (patch)
treef30c784de2b2295627dd8280973ef0feeaf6daf2 /meta-webserver
parent3f5eb8849c32574f59e4a7f6a51f9261c40b3463 (diff)
downloadmeta-openembedded-25ddcf5d9e13d89f4e196ca6f5724ef73524841d.tar.gz
modphp: fix text relocation QA warning
Fixes the following warning: WARNING: QA Issue: ELF binary '${WORKDIR}/packages-split/modphp/usr/lib/apache2/modules/libphp5.so' has relocations in .text Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta-webserver')
-rw-r--r--meta-webserver/recipes-php/modphp/modphp5.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-webserver/recipes-php/modphp/modphp5.inc b/meta-webserver/recipes-php/modphp/modphp5.inc
index 6b227afe8..62b59a1c7 100644
--- a/meta-webserver/recipes-php/modphp/modphp5.inc
+++ b/meta-webserver/recipes-php/modphp/modphp5.inc
@@ -19,6 +19,7 @@ inherit autotools
19CFLAGS += " -g -DPTYS_ARE_GETPT -DPTYS_ARE_SEARCHED -I${STAGING_INCDIR}/apache2" 19CFLAGS += " -g -DPTYS_ARE_GETPT -DPTYS_ARE_SEARCHED -I${STAGING_INCDIR}/apache2"
20 20
21EXTRA_OECONF = "--with-apxs2=${STAGING_BINDIR_CROSS}/apxs \ 21EXTRA_OECONF = "--with-apxs2=${STAGING_BINDIR_CROSS}/apxs \
22 --with-pic \
22 --enable-maintainer-zts \ 23 --enable-maintainer-zts \
23 --without-mysql \ 24 --without-mysql \
24 --enable-force-cgi-redirect \ 25 --enable-force-cgi-redirect \