• Davi Arnaut's avatar
    Bug#37003: Tests sporadically crashes with embedded server · e69f3315
    Davi Arnaut authored
    Post-merge fix: Alter linking order so that the thread linking
    flags appear last in the list. This needs to be done this way
    because some linkers will not search the thread archive again
    if a undefined symbol (pthread_kill in this case) appears later.
    
    client/Makefile.am:
      Link mysys before thread libs.
    e69f3315
Makefile.am 3.68 KB