• Gleb Shchepa's avatar
    Bug #49955: ld error message: undefined reference to `strmov_overlapp' · 107f34ed
    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.
    
    
    strings/Makefile.am:
      Bug #49955: ld error message: undefined reference to `strmov_overlapp'
      
      The strings/Makefile.am file has been modified to include
      strmov.c file into ASSEMBLER_x86 and ASSEMBLER_sparc32 sections.
    107f34ed
Makefile.am 4.59 KB