mirror of
https://github.com/MariaDB/server.git
synced 2026-04-22 08:15:31 +02:00
Changed a comment to be more clear.
This commit is contained in:
parent
6d296e5e0a
commit
3b2b2d888d
1 changed files with 3 additions and 1 deletions
4
debian/defs.mk.in
vendored
4
debian/defs.mk.in
vendored
|
|
@ -3,7 +3,9 @@ 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
|
||||
# These two never pick up the flavor when we persist settings
|
||||
# we re-write state into this file. MYSQL_BASE_VERSION might get a suffix added
|
||||
# by debian/rules which could result in a nasty loop. VER is there to hold the
|
||||
# original unadorned version from autoconf
|
||||
VER=@MYSQL_BASE_VERSION@
|
||||
OLDVER=@MYSQL_PREVIOUS_BASE_VERSION@
|
||||
MYSQL_BASE_VERSION=@MYSQL_BASE_VERSION@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue