Comment 10 for bug 693387

Revision history for this message
Sergei Golubchik (sergii) wrote :

I haven't used FreeBSD for about 10 years, and I'm not sure the following will work, but still

# make CONFIGURE_ARGS=--with-debug=full install

would that help? Or you can try some other way to pass --with-debug=full down to mariadb's configure.

It doesn't look like port's Makefile strips the binaries, it must be our Makefile then.
But just in case, you can run make in script:

# script -c 'make CONFIGURE_ARGS=--with-debug=full install'

and attach the resulting typescript file to the bug report.