diff options
author | Michael Widenius <monty@askmonty.org> | 2011-10-26 15:24:07 +0300 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2011-10-26 15:24:07 +0300 |
commit | 9292953d5ad169a8beda9c1475d28b597f6a80b2 (patch) | |
tree | 01030d29d0988923d69beed56a06fe85b4dee89d /.bzrignore | |
parent | 08115a80e5c5c150ff39813e61f57619a323fa53 (diff) | |
download | mariadb-git-9292953d5ad169a8beda9c1475d28b597f6a80b2.tar.gz |
Fixed that oqgraph and libmysqld/examples compiles on OpenSuse 11.4
.bzrignore:
Ignore generated file emacs.h
libmysqld/CMakeLists.txt:
Remove direct usage of 'dbug' library
This fixes that 'BUILD/compile-dist' works
storage/oqgraph/CMakeLists.txt:
Remove compiler option '-fno-rtti' as BOOST requires this
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index ff3fefd074e..0d70e0375e1 100644 --- a/.bzrignore +++ b/.bzrignore @@ -1130,3 +1130,4 @@ libmysql_r/strings_def.h storage/maria/aria_log_control scripts/mytop include/*.h.tmp +cmd-line-utils/libedit/emacs.h |