mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-17 05:09:19 +00:00
Build the mod_php Apache module within the main php recipe; this avoids
files in the sysroot from stepping on eachother and therefore avoids the
resulting build failure.
Changes made:
* Add an "apache2" PACKAGECONFIG, default disabled. This means that if
you previously used the modphp recipe you now need to set
PACKAGECONFIG for php to include "apache2".
* Bring in most patches and configure options from the modphp recipe.
* Specify ${libdir}/php5 as libdir. This avoids the PHP extensions
directory being /usr/lib/extensions by default which is ugly.
* Tidy up some superfluous/malformed entries in FILES_${PN}-pear
* Drop obsolete PHP_MAJVER
* Replace virtclass- override with class-
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
12 lines
281 B
Diff
12 lines
281 B
Diff
--- php-5.1.6/configure.old 2006-09-12 07:54:14.000000000 -0700
|
|
+++ php-5.1.6/configure 2006-09-12 07:54:37.000000000 -0700
|
|
@@ -14715,8 +14715,6 @@
|
|
|
|
|
|
|
|
- unset ac_cv_func_dlopen
|
|
- unset ac_cv_func___dlopen
|
|
unset found
|
|
|
|
echo $ac_n "checking for dlopen""... $ac_c" 1>&6
|