aboutsummaryrefslogtreecommitdiffstats
path: root/meta-webserver/recipes-php
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/recipes-php
parent3f5eb8849c32574f59e4a7f6a51f9261c40b3463 (diff)
downloadmeta-openembedded-contrib-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/recipes-php')
-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 6b227afe81..62b59a1c78 100644
--- a/meta-webserver/recipes-php/modphp/modphp5.inc
+++ b/meta-webserver/recipes-php/modphp/modphp5.inc
@@ -19,6 +19,7 @@ inherit autotools
CFLAGS += " -g -DPTYS_ARE_GETPT -DPTYS_ARE_SEARCHED -I${STAGING_INCDIR}/apache2"
EXTRA_OECONF = "--with-apxs2=${STAGING_BINDIR_CROSS}/apxs \
+ --with-pic \
--enable-maintainer-zts \
--without-mysql \
--enable-force-cgi-redirect \