diff options
author | unknown <mtaylor@qualinost.(none)> | 2007-04-17 18:20:34 -0700 |
---|---|---|
committer | unknown <mtaylor@qualinost.(none)> | 2007-04-17 18:20:34 -0700 |
commit | 3b2b2d888d6de2f4b9369eba44a609f7da3e422d (patch) | |
tree | 4cdf1dbe9915f565d5499023beeab857a3a8316d /debian | |
parent | 6d296e5e0a0904959c4800bdc3ef63a9e0d83229 (diff) | |
download | mariadb-git-3b2b2d888d6de2f4b9369eba44a609f7da3e422d.tar.gz |
Changed a comment to be more clear.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/defs.mk.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/defs.mk.in b/debian/defs.mk.in index 7aeb4596a9a..892ec136107 100644 --- a/debian/defs.mk.in +++ b/debian/defs.mk.in @@ -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@ |