mariadb/BUILD
unknown 7c510b93c6 Reworked the RPM spec file and added several fixes to make the
build scripts work again.


BUILD/compile-pentium-max:
  Added "--with-embedded-server" to have the libmysqld files included
  in the source distribution when using "make dist"
Build-tools/Do-linux-build:
  Only use the "--with-other-libc" parameter, if another libc actually
  exists, since this will also force static linking, which does not work
  together with OpenSSL
Makefile.am:
  Removed hard-coded file name for TAR, let configure do this instead
  (many systems actually ship GNU tar installed as "tar" instead of
  "gtar")
configure.in:
  Added check for GNU tar named "gtar", fall back to "tar" if "gtar"
  was not found (and hope, that it's a GNU tar as well - this should
  probably be checked more properly)
include/Makefile.am:
  Added "my_semaphore.h" to pkginclude_HEADERS since it was missing
  from the distribution
strings/Makefile.am:
  Added "longlong2str.c" since it was missing from the distribution
support-files/mysql.server.sh:
  Added LSB-compatible header info to make init script more portable
support-files/mysql.spec.sh:
  - Use more RPM macros (e.g. infodir, mandir) to make the spec
    file more portable
  - reorganized the installation of documentation files: let RPM
    take care of this
  - reorganized the file list: actually install man pages along
    with the binaries of the respective subpackage
  - don't include libmysqld.a in the devel subpackage as well, if we
    have a special "embedded" subpackage
  - reworked the package descriptions
2002-05-03 12:31:25 +02:00
..
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
compile-alpha Update to autoconf 2.52 2002-02-07 21:34:35 +02:00
compile-alpha-ccc Faster log::write() call, memory leak fix, flush master fix. 2000-09-16 04:27:21 +03:00
compile-alpha-cxx Fix bug when repairing compressed MyISAM files 2001-11-22 13:50:50 +02:00
compile-alpha-debug Fix for IO_CACHE. 2001-11-28 03:47:15 +02:00
compile-ia64-debug-max Fix bugs in LEFT JOIN and field=NUL 2001-10-20 11:04:23 +03:00
compile-pentium Update to autoconf 2.52 2002-02-07 21:34:35 +02:00
compile-pentium-debug removed lost debug parameter 2002-04-15 21:54:04 +03:00
compile-pentium-debug-max load local fix 2002-03-02 12:45:44 -07:00
compile-pentium-debug-no-bdb Update needed for SuSE 7.3 2002-01-26 01:19:47 +02:00
compile-pentium-debug-openssl Misc fixes 2001-12-10 10:57:14 +02:00
compile-pentium-gcov Update to autoconf 2.52 2002-02-07 21:34:35 +02:00
compile-pentium-gprof Update to autoconf 2.52 2002-02-07 21:34:35 +02:00
compile-pentium-max Reworked the RPM spec file and added several fixes to make the 2002-05-03 12:31:25 +02:00
compile-pentium-myodbc - cleaned up BUILD scripts 2000-12-18 23:24:19 +02:00
compile-pentium-mysqlfs-debug Update needed for SuSE 7.3 2002-01-26 01:19:47 +02:00
compile-pentium-pgcc Don't depend on mit-pthreads include files when building libmysqld.a 2001-10-09 19:32:55 +03:00
compile-solaris-sparc Made SIGTERM safer for Solaris 2001-08-11 11:24:43 +03:00
compile-solaris-sparc-debug New improved IO_CACHE 2001-11-28 02:55:52 +02:00
compile-solaris-sparc-fortre Fix for bug in the Sun Workshop compiler 2001-08-18 13:11:58 +03:00
compile-solaris-sparc-purify Fix to get core files on Solaris 2001-08-22 12:22:46 +03:00
FINISH.sh load local fix 2002-03-02 12:45:44 -07:00
Makefile.am Update needed for SuSE 7.3 2002-01-26 01:19:47 +02:00
SETUP.sh merge with 3.23.50 2002-03-27 01:56:10 +02:00
test-alpha-ccc Import changeset 2000-07-31 21:29:14 +02:00