Files
H1502_buildroot/package
Christopher McCrory 65f9645263 php: fix build with mysqli
This fixes autobuild failures like
http://autobuild.buildroot.net/results/3288b742cee650ee47a41c5b4d6aaef1fe67bff1

php compile breaks with:

ext/mysqlnd/mysqlnd_auth.o: In function `php_mysqlnd_scramble_sha2':
mysqlnd_auth.c:(.text+0x1054): undefined reference to `PHP_SHA256Init'
mysqlnd_auth.c:(.text+0x1064): undefined reference to `PHP_SHA256Update'
mysqlnd_auth.c:(.text+0x1070): undefined reference to `PHP_SHA256Final'
mysqlnd_auth.c:(.text+0x1078): undefined reference to `PHP_SHA256Init'
mysqlnd_auth.c:(.text+0x1088): undefined reference to `PHP_SHA256Update'
mysqlnd_auth.c:(.text+0x1094): undefined reference to `PHP_SHA256Final'
mysqlnd_auth.c:(.text+0x109c): undefined reference to `PHP_SHA256Init'
mysqlnd_auth.c:(.text+0x10ac): undefined reference to `PHP_SHA256Update'
mysqlnd_auth.c:(.text+0x10bc): undefined reference to `PHP_SHA256Update'
mysqlnd_auth.c:(.text+0x10c8): undefined reference to `PHP_SHA256Final'

It looks like the php mysqli extension needs the hash extension to work.  This
seems to be a php Make dependany bug.  This patch works around it until the
upstream maintainers can fix it.

Signed-off-by: Christopher McCrory <chrismcc@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2018-08-27 17:30:39 +02:00
..
2018-07-31 21:50:03 +02:00
2018-06-25 23:06:58 +02:00
2018-06-25 23:06:58 +02:00
2018-06-15 21:35:18 +02:00
2018-07-31 21:45:26 +02:00
2018-06-09 16:41:15 +02:00
2018-07-25 22:57:45 +02:00
2018-08-16 00:29:04 +02:00
2018-07-16 16:52:22 +02:00
2018-06-10 15:57:55 +02:00
2018-06-30 18:36:49 +02:00
2018-06-23 23:04:13 +02:00
2018-06-26 23:40:30 +02:00
2018-06-24 21:10:06 +02:00
2018-06-30 18:36:49 +02:00
2018-07-25 22:56:04 +02:00
2018-06-30 18:36:49 +02:00
2018-06-24 11:30:14 +02:00
2018-08-17 17:05:34 +02:00
2018-07-25 18:26:28 +02:00
2018-08-15 21:35:20 +02:00
2018-06-08 16:30:24 +02:00
2018-07-21 22:54:27 +02:00
2018-06-30 18:24:34 +02:00
2018-06-15 10:02:24 +02:00
2018-06-30 18:36:49 +02:00
2018-06-12 08:41:21 +02:00
2018-08-05 12:58:46 +02:00
2018-07-09 23:46:39 +02:00
2018-08-05 14:38:15 +02:00
2018-06-12 15:03:36 +02:00
2018-07-25 22:58:19 +02:00
2018-07-10 10:19:24 +02:00
2018-06-09 16:40:57 +02:00
2018-06-09 16:39:16 +02:00
2018-06-05 22:10:39 +02:00
2018-07-25 22:52:54 +02:00
2018-07-07 23:31:48 +02:00
2018-07-03 21:39:10 +02:00
2018-06-05 22:10:52 +02:00
2018-08-20 23:49:38 +02:00
2018-06-17 21:26:38 +02:00
2018-07-14 22:12:09 +02:00
2018-07-01 11:02:34 +02:00
2018-06-23 10:01:05 +02:00
2018-06-16 14:28:11 +02:00
2018-07-27 23:46:06 +02:00
2018-07-05 09:16:16 +02:00
2018-07-10 22:55:27 +02:00
2018-07-02 22:26:27 +02:00
2018-06-09 16:41:54 +02:00
2018-06-30 18:36:49 +02:00
2018-08-10 15:59:30 +02:00
2018-07-01 11:01:51 +02:00
2018-07-19 16:59:42 +02:00
2018-06-30 22:16:35 +02:00
2018-06-05 22:09:36 +02:00
2018-06-07 16:03:37 +02:00
2018-06-23 22:42:24 +02:00
2018-07-01 21:08:05 +02:00
2018-06-17 14:01:16 +02:00
2018-07-16 13:30:37 +02:00
2018-08-27 17:30:39 +02:00
2018-06-05 10:14:33 +02:00
2018-06-30 18:36:49 +02:00
2018-07-01 15:47:13 +02:00
2018-08-05 12:04:58 +02:00
2018-06-09 16:40:18 +02:00
2018-06-30 18:36:49 +02:00
2018-06-30 21:17:25 +02:00
2018-08-17 22:01:53 +02:00
2018-07-18 11:44:03 +02:00
2018-07-18 11:44:01 +02:00
2018-07-10 18:41:21 +02:00
2018-07-09 23:45:50 +02:00
2018-06-16 14:26:21 +02:00
2018-06-22 11:42:48 +02:00
2018-07-09 23:51:32 +02:00
2018-08-05 12:56:15 +02:00
2018-06-08 21:24:26 +02:00
2018-07-13 23:57:19 +02:00
2018-07-28 16:07:10 +02:00
2018-08-05 12:04:58 +02:00
2018-07-10 18:41:40 +02:00
2018-07-16 16:29:09 +02:00
2018-07-20 09:35:08 +02:00
2018-07-25 22:58:47 +02:00
2018-06-26 23:47:11 +02:00
2018-07-10 22:54:12 +02:00
2018-07-13 09:23:54 +02:00
2018-06-11 21:35:51 +02:00
2018-08-20 22:59:55 +02:00
2018-06-30 18:36:49 +02:00
2018-07-25 23:13:30 +02:00
2018-07-10 18:44:34 +02:00
2018-06-30 18:36:49 +02:00
2018-07-19 16:59:42 +02:00