diff options
author | kent@mysql.com <> | 2006-05-16 22:47:22 +0200 |
---|---|---|
committer | kent@mysql.com <> | 2006-05-16 22:47:22 +0200 |
commit | 9fca0d766b3a35b9ac930546dc691b5ed9338b7f (patch) | |
tree | abfc73003192b7a0e3d43b124d5ab76518872870 /support-files/mysql.spec.sh | |
parent | a261f81be8db94d583fea5b96e336626d2cdfaae (diff) | |
download | mariadb-git-9fca0d766b3a35b9ac930546dc691b5ed9338b7f.tar.gz |
mysql.spec.sh:
Removed Berkeley DB
configure.in:
Adjusted Netware support
basic.t.c:
Change for Netware
Makefile.am:
Use thread safe libmysqlclient_r if it was built
valgrind.supp:
Hide report about strlen/_dl_init_paths
ha_tina.cc:
Temporarely disable CSV engine on Netware,
as the engine depends on mmap()
net_serv.cc:
Include <sys/select.h> for Netware
Diffstat (limited to 'support-files/mysql.spec.sh')
-rw-r--r-- | support-files/mysql.spec.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index c57496e6c55..88d9ed034b4 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -311,7 +311,6 @@ fi CFLAGS="${MYSQL_BUILD_CFLAGS:-$RPM_OPT_FLAGS} -g" \ CXXFLAGS="${MYSQL_BUILD_CXXFLAGS:-$RPM_OPT_FLAGS -felide-constructors -fno-exceptions -fno-rtti} -g" \ BuildMySQL "--enable-shared \ - --with-berkeley-db \ --with-innodb \ --with-ndbcluster \ --with-archive-storage-engine \ @@ -683,6 +682,10 @@ fi # itself - note that they must be ordered by date (important when # merging BK trees) %changelog +* Tue May 16 2006 Kent Boortz <kent@mysql.com> + +- Removed Berkeley DB + * Mon May 01 2006 Kent Boortz <kent@mysql.com> - Use "./libtool --mode=execute" instead of searching for the |