• Gleb Shchepa's avatar
    Bug #49955: ld error message: undefined reference to `strmov_overlapp' · 94acd480
    Gleb Shchepa authored
    32bit builds with the --enable-assembler flag (enabled by default)
    fail with an error message: undefined reference to `strmov_overlapp'.
    
    Since the fix for bug 48866 we use a home-grown strmov function
    instead of the ctpcpy function, but the source file for this
    function was missed in the Makefile.am.
    
    The strings/Makefile.am file has been modified to include strmov.c
    file into ASSEMBLER_x86 and ASSEMBLER_sparc32 sections.
    94acd480
Makefile.am 4.59 KB