From 25ddcf5d9e13d89f4e196ca6f5724ef73524841d Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Fri, 10 May 2013 15:38:53 +0100 Subject: 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 --- meta-webserver/recipes-php/modphp/modphp5.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-webserver') 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 \ -- cgit 1.2.3-korg