summaryrefslogtreecommitdiff
path: root/debian/defs.mk.in
diff options
context:
space:
mode:
authormtaylor@qualinost.(none) <>2007-04-17 18:12:43 -0700
committermtaylor@qualinost.(none) <>2007-04-17 18:12:43 -0700
commite208ce21de1310fb431073409d4ee68049d27c3f (patch)
tree438523cae033ef68fa7e983580138a5fc7dab8af /debian/defs.mk.in
parent99c5f418af1e2076b9f66624559f39288129c17a (diff)
downloadmariadb-git-e208ce21de1310fb431073409d4ee68049d27c3f.tar.gz
BUG#27769 - MySQL should include debian packaging dir
Replaced hardcoded sover reference with variable. Removed references to added manpages. --- BUG#27769 Cleaned up some things to make building the packages go a little smoother. --- debian/rules really does need to be called from the source root. --- Fixed two problems with the build caused by adding debian to the source tree --- Left off the debian/ prefix to the Makefile filter. --- BUG#27769 - MySQL should include debian packaging dir Changed substitution variables to match already existing autoconf vars. Generate debian/control and debian/defs.mk from autoconf now, since we run that to make a source package. --- Corrected incorrect variable name --- Renamed template files to have shorter names. --- Moved generation of debian/control to dist-hook so make clean won't eat it. --- A few final changes to make debs build from a source tarball dist.
Diffstat (limited to 'debian/defs.mk.in')
-rw-r--r--debian/defs.mk.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/defs.mk.in b/debian/defs.mk.in
new file mode 100644
index 00000000000..7aeb4596a9a
--- /dev/null
+++ b/debian/defs.mk.in
@@ -0,0 +1,12 @@
+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
+# These two never pick up the flavor when we persist settings
+VER=@MYSQL_BASE_VERSION@
+OLDVER=@MYSQL_PREVIOUS_BASE_VERSION@
+MYSQL_BASE_VERSION=@MYSQL_BASE_VERSION@
+MYSQL_PREVIOUS_BASE_VERSION=@MYSQL_PREVIOUS_BASE_VERSION@
+SHARED_LIB_MAJOR_VERSION=@SHARED_LIB_MAJOR_VERSION@
+NDB_SHARED_LIB_MAJOR_VERSION=@NDB_SHARED_LIB_MAJOR_VERSION@