CVSROOT: /cvs Module name: ports Changes by: [email protected] 2012/01/18 13:01:11
Modified files:
databases/xmysql: Makefile
Added files:
databases/xmysql/patches: patch-XmysqlDB_c
Log message:
We need to include m_string.h if we use MySQL-defined string functions
like strmov(). This fixes the build after the addition of stpcpy() to
libc, which has caused some symbol shuffling in libmysqlclient.
