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 | 9e31c34b1d673007ded5b18e310d9696685c790d (patch) | |
| tree | f0f8645fc9093f62e9b152a5b1a39b66bdb8d9ad /support-files/mysql.spec.sh | |
| parent | 9e4f92eca8dc39ca80161cc54045ee583fc2a482 (diff) | |
| download | mariadb-git-9e31c34b1d673007ded5b18e310d9696685c790d.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'" \ |
