mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-17 03:10:38 +00:00
* Use working SRC_URI * Fix to use correct headers and apxs script for cross-compiling * Enable threading * Install headers and scripts for building extension modules * Use proper variables instead of /etc, /usr/lib etc. * Fix rpath QA issues * Add LIC_FILES_CHKSUM * Put apache config file into SRC_URI instead of referring to it using FILESDIR 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
|