diff options
author | unknown <monty@work.mysql.com> | 2000-12-13 12:43:45 +0100 |
---|---|---|
committer | unknown <monty@work.mysql.com> | 2000-12-13 12:43:45 +0100 |
commit | e9797c89e4d94515579279d0bf94b5398ce6809c (patch) | |
tree | 30402773df533d84ae847cd89d3a19df4db4ffbc /support-files | |
parent | 20da4f88847125f59edf44e5e688f61abcbc7af2 (diff) | |
download | mariadb-git-e9797c89e4d94515579279d0bf94b5398ce6809c.tar.gz |
mysql.spec.sh Don't install BDB
Do-patch-file Update for new web structure
Makefile.am Added dependency for manual_toc.html
Makefile.am Replaced chmod with RM to avoid error message
include/Makefile.am:
Replaced chmod with RM to avoid error message
Docs/Makefile.am:
Added dependency for manual_toc.html
Build-tools/Do-patch-file:
Update for new web structure
support-files/mysql.spec.sh:
Don't install BDB
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.spec.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 62811d32ccf..5b96bc4727c 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -159,6 +159,7 @@ sh -c "PATH=\"${MYSQL_BUILD_PATH:-/bin:/usr/bin}\" \ --infodir=/usr/info \ --includedir=/usr/include \ --mandir=/usr/man \ + --without-berkeley-db \ --with-comment=\"Official MySQL RPM\"; # Add this for more debugging support # --with-debug |