1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00
Files
archived-php-src/ext
Peter Kokot de6658531f Autotools: Fix iconv shared build with external library (#15686)
When building iconv as shared and with external library (for example, libiconv):

    ./configure --with-iconv=shared,/path/to/libiconv

the iconv couldn't be found due to a linker error.

Autoconf places LDFLAGS before the conftest.c file in the test compile
command and LIBS after it. GCC also requires this:

    gcc -L... conftest.c -liconv

Similar issue discovered at
https://github.com/remicollet/php-xpass/pull/1
2024-09-01 22:06:37 +02:00
..
2024-08-30 17:30:03 +02:00
2024-08-31 17:01:49 +02:00
2024-08-30 17:30:03 +02:00
2024-08-30 17:30:03 +02:00
2024-09-01 13:33:53 +02:00
2024-09-01 13:33:53 +02:00
2024-09-01 13:33:53 +02:00
2024-09-01 13:33:53 +02:00
2024-08-30 17:30:03 +02:00
2024-09-01 17:26:46 +02:00