mirror of https://github.com/MariaDB/server
Browse Source
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.pull/374/head
1 changed files with 3 additions and 2 deletions
Loading…
Reference in new issue