Files
meta-openembedded/meta-oe/recipes-devtools
Max Kellermann 797c1f11bb php: fix linker errors by setting ac_cv_func_dlopen=no
The autoconf variable `ac_cv_func_dlopen` controls whether `dlopen()`
is available without linking `libdl.so`.  But that doesn't work:

 tmp-glibc/work/aarch64-oe-linux/php/7.2.10-r0/recipe-sysroot-native/usr/bin/aarch64-oe-linux/../../libexec/aarch64-oe-linux/gcc/aarch64-oe-linux/8.2.0/ld: ext/sqlite3/libsqlite/sqlite3.o: undefined reference to symbol 'dlsym@@GLIBC_2.17'
 tmp-glibc/work/aarch64-oe-linux/php/7.2.10-r0/recipe-sysroot-native/usr/bin/aarch64-oe-linux/../../libexec/aarch64-oe-linux/gcc/aarch64-oe-linux/8.2.0/ld: tmp-glibc/work/aarch64-oe-linux/php/7.2.10-r0/recipe-sysroot/lib/libdl.so.2: error adding symbols: DSO missing from command line

Leave `ac_cv_lib_dl_dlopen=yes`, because that's the one which controls
whether `-ldl` is needed.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-27 08:58:18 -07:00
..
2018-05-29 12:56:19 -07:00
2018-08-19 16:09:28 -07:00
2018-05-01 18:12:48 -07:00
2018-06-27 22:17:33 -07:00
2017-09-07 10:57:36 +02:00
2018-05-29 12:56:19 -07:00
2018-01-16 21:33:04 -08:00
2018-08-19 16:09:28 -07:00
2018-06-27 22:17:33 -07:00
2017-07-14 23:44:33 +02:00
2018-06-27 22:17:33 -07:00
2017-12-27 07:25:03 -08:00
2018-06-14 09:01:12 -07:00
2018-05-29 12:56:19 -07:00
2018-09-25 22:24:15 -07:00
2018-07-27 19:26:51 -07:00
2018-09-04 11:55:21 -07:00
2018-07-20 16:07:12 -07:00
2018-02-23 20:28:20 -08:00
2018-09-09 10:46:29 -07:00
2018-09-24 11:49:45 -07:00
2017-08-28 11:06:02 +02:00