diff options
author | Koen Kooi <koen.kooi@linaro.org> | 2014-10-06 11:55:01 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-10-10 12:47:34 +0200 |
commit | 4deb828fff69b2c04837b122676aa9d4f56c1b9e (patch) | |
tree | 146fbc0b1347fe646109e59ad853d75a76530b69 | |
parent | 26043cbe2d9add3ab1f6464e647d04f0e077aede (diff) | |
download | meta-openembedded-4deb828fff69b2c04837b122676aa9d4f56c1b9e.tar.gz |
php: update to 5.4.33
One patch was a backport and can be dropped, add Upstream-status to the others.
Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-devtools/php/php/0001-acinclude-use-pkgconfig-for-libxml2-config.patch | 8 | ||||
-rw-r--r-- | meta-oe/recipes-devtools/php/php/0001-php-don-t-use-broken-wrapper-for-mkdir.patch | 12 | ||||
-rw-r--r-- | meta-oe/recipes-devtools/php/php/acinclude-xml2-config.patch | 15 | ||||
-rw-r--r-- | meta-oe/recipes-devtools/php/php/fix-fpm-cross-compile.patch | 38 | ||||
-rw-r--r-- | meta-oe/recipes-devtools/php/php/iconv.patch | 9 | ||||
-rw-r--r-- | meta-oe/recipes-devtools/php/php/imap-fix-autofoo.patch | 47 | ||||
-rw-r--r-- | meta-oe/recipes-devtools/php/php/pear-makefile.patch | 7 | ||||
-rw-r--r-- | meta-oe/recipes-devtools/php/php/phar-makefile.patch | 11 | ||||
-rw-r--r-- | meta-oe/recipes-devtools/php/php/php_exec_native.patch | 19 | ||||
-rw-r--r-- | meta-oe/recipes-devtools/php/php_5.4.33.bb (renamed from meta-oe/recipes-devtools/php/php_5.4.14.bb) | 9 |
10 files changed, 81 insertions, 94 deletions
diff --git a/meta-oe/recipes-devtools/php/php/0001-acinclude-use-pkgconfig-for-libxml2-config.patch b/meta-oe/recipes-devtools/php/php/0001-acinclude-use-pkgconfig-for-libxml2-config.patch index 823007e68..51a5e43b6 100644 --- a/meta-oe/recipes-devtools/php/php/0001-acinclude-use-pkgconfig-for-libxml2-config.patch +++ b/meta-oe/recipes-devtools/php/php/0001-acinclude-use-pkgconfig-for-libxml2-config.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | From 0ff5d4adc9f5950d66738272b3ba88ef74f69117 Mon Sep 17 00:00:00 2001 | 1 | From 003c9feaae6ed5c173edcea51193e49bc94ac39a Mon Sep 17 00:00:00 2001 |
2 | From: Koen Kooi <koen.kooi@linaro.org> | 2 | From: Koen Kooi <koen.kooi@linaro.org> |
3 | Date: Tue, 17 Jun 2014 09:53:00 +0200 | 3 | Date: Tue, 17 Jun 2014 09:53:00 +0200 |
4 | Subject: [PATCH] acinclude: use pkgconfig for libxml2 config | 4 | Subject: [PATCH 3/8] acinclude: use pkgconfig for libxml2 config |
5 | 5 | ||
6 | Signed-off-by: Koen Kooi <koen.kooi@linaro.org> | 6 | Signed-off-by: Koen Kooi <koen.kooi@linaro.org> |
7 | Upstream-Status: pending | 7 | Upstream-Status: pending |
@@ -10,10 +10,10 @@ Upstream-Status: pending | |||
10 | 1 file changed, 23 insertions(+), 40 deletions(-) | 10 | 1 file changed, 23 insertions(+), 40 deletions(-) |
11 | 11 | ||
12 | diff --git a/acinclude.m4 b/acinclude.m4 | 12 | diff --git a/acinclude.m4 b/acinclude.m4 |
13 | index 9c7a305..211dbd3 100644 | 13 | index 206fcbf..a6c0d84 100644 |
14 | --- a/acinclude.m4 | 14 | --- a/acinclude.m4 |
15 | +++ b/acinclude.m4 | 15 | +++ b/acinclude.m4 |
16 | @@ -2529,48 +2529,31 @@ dnl | 16 | @@ -2530,48 +2530,31 @@ dnl |
17 | dnl Common setup macro for libxml | 17 | dnl Common setup macro for libxml |
18 | dnl | 18 | dnl |
19 | AC_DEFUN([PHP_SETUP_LIBXML], [ | 19 | AC_DEFUN([PHP_SETUP_LIBXML], [ |
diff --git a/meta-oe/recipes-devtools/php/php/0001-php-don-t-use-broken-wrapper-for-mkdir.patch b/meta-oe/recipes-devtools/php/php/0001-php-don-t-use-broken-wrapper-for-mkdir.patch index 9b71e9d2c..2f7d58155 100644 --- a/meta-oe/recipes-devtools/php/php/0001-php-don-t-use-broken-wrapper-for-mkdir.patch +++ b/meta-oe/recipes-devtools/php/php/0001-php-don-t-use-broken-wrapper-for-mkdir.patch | |||
@@ -1,18 +1,18 @@ | |||
1 | From 411ec4b31fdcc524f13fe5be80fd6769b7d16a5d Mon Sep 17 00:00:00 2001 | 1 | From ebc101e0728b9db6c687cff525e5dfc8eb0edbf3 Mon Sep 17 00:00:00 2001 |
2 | From: Koen Kooi <koen@dominion.thruhere.net> | 2 | From: Koen Kooi <koen@dominion.thruhere.net> |
3 | Date: Thu, 3 Nov 2011 14:27:15 +0100 | 3 | Date: Thu, 3 Nov 2011 14:27:15 +0100 |
4 | Subject: [PATCH] php: don't use broken wrapper for mkdir | 4 | Subject: [PATCH 2/8] php: don't use broken wrapper for mkdir |
5 | 5 | ||
6 | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> | 6 | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> |
7 | --- | 7 | --- |
8 | 8 | ||
9 | Upstream-Status: Inappropriate | 9 | Upstream-Status: Inappropriate |
10 | 10 | ||
11 | Makefile.global | 2 +- | 11 | Makefile.global | 2 +- |
12 | 1 files changed, 1 insertions(+), 1 deletions(-) | 12 | 1 file changed, 1 insertion(+), 1 deletion(-) |
13 | 13 | ||
14 | diff --git a/Makefile.global b/Makefile.global | 14 | diff --git a/Makefile.global b/Makefile.global |
15 | index 8dad0e4..abdb5d2 100644 | 15 | index ff858c2..ae554b4 100644 |
16 | --- a/Makefile.global | 16 | --- a/Makefile.global |
17 | +++ b/Makefile.global | 17 | +++ b/Makefile.global |
18 | @@ -1,4 +1,4 @@ | 18 | @@ -1,4 +1,4 @@ |
@@ -22,5 +22,5 @@ index 8dad0e4..abdb5d2 100644 | |||
22 | INSTALL_DATA = $(INSTALL) -m 644 | 22 | INSTALL_DATA = $(INSTALL) -m 644 |
23 | 23 | ||
24 | -- | 24 | -- |
25 | 1.7.2.5 | 25 | 1.9.3 |
26 | 26 | ||
diff --git a/meta-oe/recipes-devtools/php/php/acinclude-xml2-config.patch b/meta-oe/recipes-devtools/php/php/acinclude-xml2-config.patch index bf519d293..30811a74b 100644 --- a/meta-oe/recipes-devtools/php/php/acinclude-xml2-config.patch +++ b/meta-oe/recipes-devtools/php/php/acinclude-xml2-config.patch | |||
@@ -1,6 +1,10 @@ | |||
1 | --- /orig-acinclude.m4 2007-02-20 15:03:25.000000000 +0200 | 1 | Upstream-status: Unknown |
2 | +++ /acinclude.m4 2007-02-20 15:03:24.000000000 +0200 | 2 | |
3 | @@ -2359,12 +2359,9 @@ | 3 | diff --git a/acinclude.m4 b/acinclude.m4 |
4 | index 4fd452e..206fcbf 100644 | ||
5 | --- a/acinclude.m4 | ||
6 | +++ b/acinclude.m4 | ||
7 | @@ -2532,12 +2532,9 @@ dnl | ||
4 | AC_DEFUN([PHP_SETUP_LIBXML], [ | 8 | AC_DEFUN([PHP_SETUP_LIBXML], [ |
5 | AC_CACHE_CHECK([for xml2-config path], ac_cv_php_xml2_config_path, | 9 | AC_CACHE_CHECK([for xml2-config path], ac_cv_php_xml2_config_path, |
6 | [ | 10 | [ |
@@ -14,5 +18,8 @@ | |||
14 | + ac_cv_php_xml2_config_path="$PHP_LIBXML_DIR/xml2-config" | 18 | + ac_cv_php_xml2_config_path="$PHP_LIBXML_DIR/xml2-config" |
15 | + | 19 | + |
16 | ]) | 20 | ]) |
17 | 21 | ||
18 | if test -x "$ac_cv_php_xml2_config_path"; then | 22 | if test -x "$ac_cv_php_xml2_config_path"; then |
23 | -- | ||
24 | 1.9.3 | ||
25 | |||
diff --git a/meta-oe/recipes-devtools/php/php/fix-fpm-cross-compile.patch b/meta-oe/recipes-devtools/php/php/fix-fpm-cross-compile.patch deleted file mode 100644 index b009347a2..000000000 --- a/meta-oe/recipes-devtools/php/php/fix-fpm-cross-compile.patch +++ /dev/null | |||
@@ -1,38 +0,0 @@ | |||
1 | From 0b44f16ea2f18a08eb1249db6621840527eab5e0 Mon Sep 17 00:00:00 2001 | ||
2 | From: Jerome Loyet <fat@php.net> | ||
3 | Date: Wed, 23 May 2012 11:40:22 +0200 | ||
4 | Subject: [PATCH] - Fixed bug #61839 (Unable to cross-compile PHP with | ||
5 | --enable-fpm) | ||
6 | |||
7 | --- | ||
8 | Upstream-Status: Applied | ||
9 | http://git.php.net/?p=php-src.git;a=commit;h=0b44f16ea2f18a08eb1249db6621840527eab5e0 | ||
10 | |||
11 | NEWS | 1 + | ||
12 | sapi/fpm/config.m4 | 4 ++++ | ||
13 | 2 files changed, 5 insertions(+) | ||
14 | |||
15 | diff --git a/sapi/fpm/config.m4 b/sapi/fpm/config.m4 | ||
16 | index 8962810..6c860c9 100644 | ||
17 | --- a/sapi/fpm/config.m4 | ||
18 | +++ b/sapi/fpm/config.m4 | ||
19 | @@ -192,6 +192,8 @@ AC_DEFUN([AC_FPM_TRACE], | ||
20 | have_ptrace=no | ||
21 | have_broken_ptrace=yes | ||
22 | AC_MSG_RESULT([no]) | ||
23 | + ], [ | ||
24 | + AC_MSG_RESULT([skipped (cross compiling)]) | ||
25 | ]) | ||
26 | fi | ||
27 | |||
28 | @@ -264,6 +266,8 @@ AC_DEFUN([AC_FPM_TRACE], | ||
29 | ], [ | ||
30 | proc_mem_file="" | ||
31 | AC_MSG_RESULT([no]) | ||
32 | + ], [ | ||
33 | + AC_MSG_RESULT([skipped (cross compiling)]) | ||
34 | ]) | ||
35 | fi | ||
36 | |||
37 | -- | ||
38 | 1.7.11.5 | ||
diff --git a/meta-oe/recipes-devtools/php/php/iconv.patch b/meta-oe/recipes-devtools/php/php/iconv.patch index f3d2a16bb..255fbb062 100644 --- a/meta-oe/recipes-devtools/php/php/iconv.patch +++ b/meta-oe/recipes-devtools/php/php/iconv.patch | |||
@@ -1,8 +1,10 @@ | |||
1 | Upstream-status: Unknown | ||
2 | |||
1 | diff --git a/acinclude.m4 b/acinclude.m4 | 3 | diff --git a/acinclude.m4 b/acinclude.m4 |
2 | index 4c28b80..d6491a1 100644 | 4 | index a6c0d84..df11abd 100644 |
3 | --- a/acinclude.m4 | 5 | --- a/acinclude.m4 |
4 | +++ b/acinclude.m4 | 6 | +++ b/acinclude.m4 |
5 | @@ -2439,7 +2439,8 @@ AC_DEFUN([PHP_SETUP_ICONV], [ | 7 | @@ -2452,7 +2452,8 @@ AC_DEFUN([PHP_SETUP_ICONV], [ |
6 | dnl Check libc first if no path is provided in --with-iconv | 8 | dnl Check libc first if no path is provided in --with-iconv |
7 | dnl | 9 | dnl |
8 | 10 | ||
@@ -25,3 +27,6 @@ index d673b0a..1fbef13 100644 | |||
25 | if test -f "$i/include/iconv.h" || test -f "$i/include/giconv.h"; then | 27 | if test -f "$i/include/iconv.h" || test -f "$i/include/giconv.h"; then |
26 | PHP_ICONV_PREFIX="$i" | 28 | PHP_ICONV_PREFIX="$i" |
27 | break | 29 | break |
30 | -- | ||
31 | 1.9.3 | ||
32 | |||
diff --git a/meta-oe/recipes-devtools/php/php/imap-fix-autofoo.patch b/meta-oe/recipes-devtools/php/php/imap-fix-autofoo.patch index 3695b7bc4..da04c2d95 100644 --- a/meta-oe/recipes-devtools/php/php/imap-fix-autofoo.patch +++ b/meta-oe/recipes-devtools/php/php/imap-fix-autofoo.patch | |||
@@ -1,8 +1,23 @@ | |||
1 | Index: php-5.2.11/ext/imap/config.m4 | 1 | Upstream-status: Unknown |
2 | =================================================================== | 2 | |
3 | --- php-5.2.11.orig/ext/imap/config.m4 2009-12-10 12:27:52.800974533 -0700 | 3 | diff --git a/acinclude.m4 b/acinclude.m4 |
4 | +++ php-5.2.11/ext/imap/config.m4 2009-12-10 12:28:33.720976583 -0700 | 4 | index df11abd..06e7236 100644 |
5 | @@ -103,7 +103,7 @@ | 5 | --- a/acinclude.m4 |
6 | +++ b/acinclude.m4 | ||
7 | @@ -2357,7 +2357,7 @@ AC_DEFUN([PHP_SETUP_OPENSSL],[ | ||
8 | PHP_OPENSSL_DIR="/usr/local/ssl /usr/local /usr /usr/local/openssl" | ||
9 | fi | ||
10 | |||
11 | - for i in $PHP_OPENSSL_DIR; do | ||
12 | + for i in $PHP_OPENSSL_DIR $PHP_OPENSSL_DIR/usr; do | ||
13 | if test -r $i/include/openssl/evp.h; then | ||
14 | OPENSSL_INCDIR=$i/include | ||
15 | fi | ||
16 | diff --git a/ext/imap/config.m4 b/ext/imap/config.m4 | ||
17 | index 3fcf674..f08caf7 100644 | ||
18 | --- a/ext/imap/config.m4 | ||
19 | +++ b/ext/imap/config.m4 | ||
20 | @@ -109,7 +109,7 @@ if test "$PHP_IMAP" != "no"; then | ||
6 | PHP_NEW_EXTENSION(imap, php_imap.c, $ext_shared) | 21 | PHP_NEW_EXTENSION(imap, php_imap.c, $ext_shared) |
7 | AC_DEFINE(HAVE_IMAP,1,[ ]) | 22 | AC_DEFINE(HAVE_IMAP,1,[ ]) |
8 | 23 | ||
@@ -11,13 +26,13 @@ Index: php-5.2.11/ext/imap/config.m4 | |||
11 | IMAP_INC_CHK() | 26 | IMAP_INC_CHK() |
12 | el[]IMAP_INC_CHK(/include/c-client) | 27 | el[]IMAP_INC_CHK(/include/c-client) |
13 | el[]IMAP_INC_CHK(/include/imap) | 28 | el[]IMAP_INC_CHK(/include/imap) |
14 | @@ -192,13 +192,7 @@ | 29 | @@ -198,13 +198,7 @@ if test "$PHP_IMAP" != "no"; then |
15 | AC_MSG_ERROR(Cannot find rfc822.h. Please check your c-client installation.) | 30 | AC_MSG_ERROR(Cannot find rfc822.h. Please check your c-client installation.) |
16 | fi | 31 | fi |
17 | 32 | ||
18 | - if test -r "$IMAP_DIR/c-client/c-client.a"; then | 33 | - if test ! -r "$IMAP_DIR/c-client/libc-client.a" && test -r "$IMAP_DIR/c-client/c-client.a" ; then |
19 | - ln -s "$IMAP_DIR/c-client/c-client.a" "$IMAP_DIR/c-client/libc-client.a" >/dev/null 2>&1 | 34 | - ln -s "$IMAP_DIR/c-client/c-client.a" "$IMAP_DIR/c-client/libc-client.a" >/dev/null 2>&1 |
20 | - elif test -r "$IMAP_DIR/$PHP_LIBDIR/c-client.a"; then | 35 | - elif test ! -r "$IMAP_DIR/$PHP_LIBDIR/libc-client.a" && test -r "$IMAP_DIR/$PHP_LIBDIR/c-client.a"; then |
21 | - ln -s "$IMAP_DIR/$PHP_LIBDIR/c-client.a" "$IMAP_DIR/$PHP_LIBDIR/libc-client.a" >/dev/null 2>&1 | 36 | - ln -s "$IMAP_DIR/$PHP_LIBDIR/c-client.a" "$IMAP_DIR/$PHP_LIBDIR/libc-client.a" >/dev/null 2>&1 |
22 | - fi | 37 | - fi |
23 | - | 38 | - |
@@ -26,16 +41,6 @@ Index: php-5.2.11/ext/imap/config.m4 | |||
26 | IMAP_LIB=$lib | 41 | IMAP_LIB=$lib |
27 | IMAP_LIB_CHK($PHP_LIBDIR) | 42 | IMAP_LIB_CHK($PHP_LIBDIR) |
28 | IMAP_LIB_CHK(c-client) | 43 | IMAP_LIB_CHK(c-client) |
29 | Index: php-5.2.11/acinclude.m4 | 44 | -- |
30 | =================================================================== | 45 | 1.9.3 |
31 | --- php-5.2.11.orig/acinclude.m4 2009-12-10 12:37:13.134722881 -0700 | 46 | |
32 | +++ php-5.2.11/acinclude.m4 2009-12-10 12:37:39.342007053 -0700 | ||
33 | @@ -2338,7 +2338,7 @@ | ||
34 | PHP_OPENSSL_DIR="/usr/local/ssl /usr/local /usr /usr/local/openssl" | ||
35 | fi | ||
36 | |||
37 | - for i in $PHP_OPENSSL_DIR; do | ||
38 | + for i in $PHP_OPENSSL_DIR $PHP_OPENSSL_DIR/usr; do | ||
39 | if test -r $i/include/openssl/evp.h; then | ||
40 | OPENSSL_INCDIR=$i/include | ||
41 | fi | ||
diff --git a/meta-oe/recipes-devtools/php/php/pear-makefile.patch b/meta-oe/recipes-devtools/php/php/pear-makefile.patch index 1928b9896..9927d2d96 100644 --- a/meta-oe/recipes-devtools/php/php/pear-makefile.patch +++ b/meta-oe/recipes-devtools/php/php/pear-makefile.patch | |||
@@ -1,5 +1,7 @@ | |||
1 | Upstream-status: Unknown | ||
2 | |||
1 | diff --git a/pear/Makefile.frag b/pear/Makefile.frag | 3 | diff --git a/pear/Makefile.frag b/pear/Makefile.frag |
2 | index 1f6f70e..b19a77c 100644 | 4 | index 00bacae..739eeca 100644 |
3 | --- a/pear/Makefile.frag | 5 | --- a/pear/Makefile.frag |
4 | +++ b/pear/Makefile.frag | 6 | +++ b/pear/Makefile.frag |
5 | @@ -11,7 +11,7 @@ PEAR_PREFIX = -dp a${program_prefix} | 7 | @@ -11,7 +11,7 @@ PEAR_PREFIX = -dp a${program_prefix} |
@@ -11,3 +13,6 @@ index 1f6f70e..b19a77c 100644 | |||
11 | 13 | ||
12 | install-pear: | 14 | install-pear: |
13 | @echo "Installing PEAR environment: $(INSTALL_ROOT)$(peardir)/" | 15 | @echo "Installing PEAR environment: $(INSTALL_ROOT)$(peardir)/" |
16 | -- | ||
17 | 1.9.3 | ||
18 | |||
diff --git a/meta-oe/recipes-devtools/php/php/phar-makefile.patch b/meta-oe/recipes-devtools/php/php/phar-makefile.patch index 6fde25127..8a1136da5 100644 --- a/meta-oe/recipes-devtools/php/php/phar-makefile.patch +++ b/meta-oe/recipes-devtools/php/php/phar-makefile.patch | |||
@@ -1,8 +1,12 @@ | |||
1 | Upstream-status: Unknown | ||
2 | |||
1 | diff --git a/ext/phar/Makefile.frag b/ext/phar/Makefile.frag | 3 | diff --git a/ext/phar/Makefile.frag b/ext/phar/Makefile.frag |
2 | index fc93d1d..9a8cd65 100755 | 4 | old mode 100644 |
5 | new mode 100755 | ||
6 | index ed6de9f..9d03198 | ||
3 | --- a/ext/phar/Makefile.frag | 7 | --- a/ext/phar/Makefile.frag |
4 | +++ b/ext/phar/Makefile.frag | 8 | +++ b/ext/phar/Makefile.frag |
5 | @@ -6,19 +6,8 @@ pharcmd: $(builddir)/phar.php $(builddir)/phar.phar | 9 | @@ -5,19 +5,8 @@ pharcmd: $(builddir)/phar.php $(builddir)/phar.phar |
6 | 10 | ||
7 | PHP_PHARCMD_SETTINGS = -d 'open_basedir=' -d 'output_buffering=0' -d 'memory_limit=-1' -d phar.readonly=0 -d 'safe_mode=0' | 11 | PHP_PHARCMD_SETTINGS = -d 'open_basedir=' -d 'output_buffering=0' -d 'memory_limit=-1' -d phar.readonly=0 -d 'safe_mode=0' |
8 | PHP_PHARCMD_EXECUTABLE = ` \ | 12 | PHP_PHARCMD_EXECUTABLE = ` \ |
@@ -24,3 +28,6 @@ index fc93d1d..9a8cd65 100755 | |||
24 | PHP_PHARCMD_BANG = `$(top_srcdir)/build/shtool echo -n -- "$(INSTALL_ROOT)$(bindir)/$(program_prefix)php$(program_suffix)$(EXEEXT)";` | 28 | PHP_PHARCMD_BANG = `$(top_srcdir)/build/shtool echo -n -- "$(INSTALL_ROOT)$(bindir)/$(program_prefix)php$(program_suffix)$(EXEEXT)";` |
25 | 29 | ||
26 | $(builddir)/phar/phar.inc: $(srcdir)/phar/phar.inc | 30 | $(builddir)/phar/phar.inc: $(srcdir)/phar/phar.inc |
31 | -- | ||
32 | 1.9.3 | ||
33 | |||
diff --git a/meta-oe/recipes-devtools/php/php/php_exec_native.patch b/meta-oe/recipes-devtools/php/php/php_exec_native.patch index 31be1b70b..0506bddaf 100644 --- a/meta-oe/recipes-devtools/php/php/php_exec_native.patch +++ b/meta-oe/recipes-devtools/php/php/php_exec_native.patch | |||
@@ -1,12 +1,10 @@ | |||
1 | --- | 1 | Upstream-status: Inappriate |
2 | sapi/cli/config.m4 | 2 +- | ||
3 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
4 | 2 | ||
5 | --- php-5.4.14.orig/sapi/cli/config.m4 | 3 | diff --git a/sapi/cli/config.m4 b/sapi/cli/config.m4 |
6 | +++ php-5.4.14/sapi/cli/config.m4 | 4 | index cdfa1f7..0fe11e3 100644 |
7 | @@ -34,11 +34,11 @@ if test "$PHP_CLI" != "no"; then | 5 | --- a/sapi/cli/config.m4 |
8 | BUILD_CLI="\$(LIBTOOL) --mode=link \$(CC) -export-dynamic \$(CFLAGS_CLEAN) \$(EXTRA_CFLAGS) \$(EXTRA_LDFLAGS_PROGRAM) \$(LDFLAGS) \$(PHP_RPATHS) \$(PHP_GLOBAL_OBJS) \$(PHP_BINARY_OBJS) \$(PHP_CLI_OBJS) \$(EXTRA_LIBS) \$(ZEND_EXTRA_LIBS) -o \$(SAPI_CLI_PATH)" | 6 | +++ b/sapi/cli/config.m4 |
9 | ;; | 7 | @@ -36,7 +36,7 @@ if test "$PHP_CLI" != "no"; then |
10 | esac | 8 | esac |
11 | 9 | ||
12 | dnl Set executable for tests | 10 | dnl Set executable for tests |
@@ -15,5 +13,6 @@ | |||
15 | PHP_SUBST(PHP_EXECUTABLE) | 13 | PHP_SUBST(PHP_EXECUTABLE) |
16 | 14 | ||
17 | dnl Expose to Makefile | 15 | dnl Expose to Makefile |
18 | PHP_SUBST(SAPI_CLI_PATH) | 16 | -- |
19 | PHP_SUBST(BUILD_CLI) | 17 | 1.9.3 |
18 | |||
diff --git a/meta-oe/recipes-devtools/php/php_5.4.14.bb b/meta-oe/recipes-devtools/php/php_5.4.33.bb index 98a8cdc6a..6fdfe0f07 100644 --- a/meta-oe/recipes-devtools/php/php_5.4.14.bb +++ b/meta-oe/recipes-devtools/php/php_5.4.33.bb | |||
@@ -10,13 +10,11 @@ DEPENDS = "zlib libxml2 virtual/libiconv php-native lemon-native \ | |||
10 | libc-client openssl" | 10 | libc-client openssl" |
11 | DEPENDS_virtclass-native = "zlib-native libxml2-native" | 11 | DEPENDS_virtclass-native = "zlib-native libxml2-native" |
12 | 12 | ||
13 | PR = "r6" | ||
14 | |||
15 | # The new PHP downloads server groups PHP releases by major version so find | 13 | # The new PHP downloads server groups PHP releases by major version so find |
16 | # the major version of the PHP recipe. | 14 | # the major version of the PHP recipe. |
17 | PHP_MAJVER = "${@d.getVar('PV',1).split('.')[0]}" | 15 | PHP_MAJVER = "${@d.getVar('PV',1).split('.')[0]}" |
18 | 16 | ||
19 | SRC_URI = "http://museum.php.net/php${PHP_MAJVER}/php-${PV}.tar.bz2 \ | 17 | SRC_URI = "http://php.net/distributions/php-${PV}.tar.bz2 \ |
20 | file://acinclude-xml2-config.patch \ | 18 | file://acinclude-xml2-config.patch \ |
21 | file://0001-php-don-t-use-broken-wrapper-for-mkdir.patch \ | 19 | file://0001-php-don-t-use-broken-wrapper-for-mkdir.patch \ |
22 | file://0001-acinclude-use-pkgconfig-for-libxml2-config.patch \ | 20 | file://0001-acinclude-use-pkgconfig-for-libxml2-config.patch \ |
@@ -28,13 +26,12 @@ SRC_URI_append_class-target += " \ | |||
28 | file://pear-makefile.patch \ | 26 | file://pear-makefile.patch \ |
29 | file://phar-makefile.patch \ | 27 | file://phar-makefile.patch \ |
30 | file://php_exec_native.patch \ | 28 | file://php_exec_native.patch \ |
31 | file://fix-fpm-cross-compile.patch \ | ||
32 | file://php-fpm.conf \ | 29 | file://php-fpm.conf \ |
33 | file://php-fpm-apache.conf \ | 30 | file://php-fpm-apache.conf \ |
34 | " | 31 | " |
35 | 32 | ||
36 | SRC_URI[md5sum] = "cfdc044be2c582991a1fe0967898fa38" | 33 | SRC_URI[md5sum] = "c6878bb1cdb46bfc1e1a5cd67a024737" |
37 | SRC_URI[sha256sum] = "5450f3843bc651eb3fb00601f0cce1930aaaf65c7c966c02fe4a46f9c81be20a" | 34 | SRC_URI[sha256sum] = "1a75b2d0835e74b8886cd3980d9598a0e06691441bb7f91d19b74c2278e40bb5" |
38 | 35 | ||
39 | S = "${WORKDIR}/php-${PV}" | 36 | S = "${WORKDIR}/php-${PV}" |
40 | 37 | ||