mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 05:52:27 +01:00
6547960e28
--- Removed reference to debian svn location of debian dir. Changed verbage of comment to appease Timothy. --- Removed added manpages that aren't appropriate for our build. --- Added debian dir to list of dist targets. Added list of files needed to be distributed in debian dir. --- Added semi-colons to fix syntax error. --- BUG#27769 MySQL should include debian packaing dir Added debian/Makefile to configure.in to support make dist.
5 lines
233 B
Makefile
5 lines
233 B
Makefile
MYSQL_BUILD_OPTS=--with-comment='MySQL Server (custom)' --with-server-suffix='-custom'
|
|
MYSQL_BUILD_CXXFLAGS=-DBIG_JOINS=1 -felide-constructors -fno-rtti -O2
|
|
MYSQL_BUILD_CFLAGS=-DBIG_JOINS=1 -O2
|
|
MYSQL_BUILD_CC=gcc
|
|
MYSQL_BUILD_CXX=gcc
|