diff options
author | unknown <monty@donna.mysql.fi> | 2001-04-14 01:30:52 +0300 |
---|---|---|
committer | unknown <monty@donna.mysql.fi> | 2001-04-14 01:30:52 +0300 |
commit | 9f7ef3624abf37fa4f85e0691decda8f8265b9c3 (patch) | |
tree | f0f8645fc9093f62e9b152a5b1a39b66bdb8d9ad /support-files/mysql.spec.sh | |
parent | 3483747377fc457856208604d8f2e3d1d86124c4 (diff) | |
download | mariadb-git-9f7ef3624abf37fa4f85e0691decda8f8265b9c3.tar.gz |
Fix RPM to be able to build MySQL-Max
Docs/manual.texi:
Added information about mysqld-max
sql/gen_lex_hash.cc:
Smaller table
support-files/mysql.spec.sh:
Fix RPM
Diffstat (limited to 'support-files/mysql.spec.sh')
-rw-r--r-- | support-files/mysql.spec.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 410eae8975a..975c4583a03 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -211,6 +211,9 @@ mv Docs/manual.ps Docs/manual.ps.save make distclean mv Docs/manual.ps.save Docs/manual.ps +# RPM:s destroys Makefile.in files, so we generate them here +automake + BuildMySQL "--disable-shared" \ "--with-mysqld-ldflags='-all-static'" \ "--with-client-ldflags='-all-static'" \ |