You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Autotools: Fix iconv shared build with external library
When building:
./configure --with-iconv=shared,/path/to/libiconv
the iconv couldn't be found due to linker error
Autoconf places LDFLAGS before the conftest.c file in the test compile
command and LIBS after it. GCC also requires this.
Similar issue discovered at
remicollet/php-xpass#1
0 commit comments