Skip to content

MySQL 2.0 Alpha 5

Pre-release
Pre-release
Compare
Choose a tag to compare
@tanner0101 tanner0101 released this 09 Mar 12:30
· 435 commits to main since this release

New:

  • Uses SPM's pkg-config for automatic linking.

Note:
There is a bug right now where SPM throws on unrecognized pkg-config flags. Use this to workaround:

# linux
sudo sed -i 's/-fabi-version=2 -fno-omit-frame-pointer/ /g' /usr/lib/x86_64-linux-gnu/pkgconfig/mysqlclient.pc
# macos
sudo sed -i '.bak' 's/-fno-omit-frame-pointer/ /g' /usr/local/opt/mysql/lib/pkgconfig/mysqlclient.pc