diff options
author | Alexander Barkov <bar@mariadb.org> | 2013-04-25 17:12:52 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mariadb.org> | 2013-04-25 17:12:52 +0400 |
commit | bc80fb07ded7abcfb99d368d14e4c5e81a669101 (patch) | |
tree | 4ad02b3ecbc9d357c7d6a18c55e97103da1d0eb4 /.bzrignore | |
parent | 616e7a7466d2a9bceec9b2c968ce5cbf8035eba4 (diff) | |
download | mariadb-git-bc80fb07ded7abcfb99d368d14e4c5e81a669101.tar.gz |
ha_cassandra.so and ha_oqgraph.so can be build only if boost is installed
on the build machine. So put them into the deb packages optionally.
Additionally, fixing cassandra/CMakeLists.txt to work with thrift
installed in /opt/local and /opt. It was supposed to work, but did
not work actually. Only thrift installed in /usr or /usr/local worked.
renamed:
debian/dist/Debian/mariadb-server-10.0.files => debian/dist/Debian/mariadb-server-10.0.files.in
debian/dist/Ubuntu/mariadb-server-10.0.files => debian/dist/Ubuntu/mariadb-server-10.0.files.in
modified:
.bzrignore
CMakeLists.txt
storage/cassandra/CMakeLists.txt
storage/cassandra/cassandra_se.cc
storage/cassandra/gen-cpp/Cassandra.h
storage/cassandra/gen-cpp/cassandra_types.h
storage/oqgraph/CMakeLists.txt
debian/dist/Debian/mariadb-server-10.0.files.in
debian/dist/Ubuntu/mariadb-server-10.0.files.in
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index 2d610a792e7..457e90537fd 100644 --- a/.bzrignore +++ b/.bzrignore @@ -162,6 +162,8 @@ dbug/user.ps dbug/user.t debian/control debian/defs.mk +debian/dist/Debian/mariadb-server-10.0.files +debian/dist/Ubuntu/mariadb-server-10.0.files debug/ depcomp Docs/INSTALL-BINARY |